Fix lint
This commit is contained in:
parent
de2975aa23
commit
fc98a0560c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue