diff --git a/e2etests/report/main.go b/e2etests/report/main.go index ee2890b4c..81ae168d3 100644 --- a/e2etests/report/main.go +++ b/e2etests/report/main.go @@ -143,7 +143,7 @@ func main() { path := os.Getenv("REPORT_OUTPUT") f, err := os.Create(path) if err != nil { - panic(fmt.Errorf("Error creating file `%s`. %v", path, err)) + panic(fmt.Errorf("error creating file `%s`. %v", path, err)) } if err := tmpl.Execute(f, tmplData); err != nil { panic(err)