Update hack/jenkins/test-flake-chart/report_flakes/main.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/19217/head
錦南路之花 2024-06-25 22:07:44 +02:00 committed by Medya Ghazizadeh
parent d5211a0bb7
commit 60ab0cdad8
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ func main() {
fmt.Println("Wrong number of arguments. Usage: go run report_flakes.go <PR number> <Root job id> <environment list file>")
os.Exit(1)
}
pr := os.Args[1]
rootJob := os.Args[2]