mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
fix go vet warning
This commit is contained in:
parent
0dd80c0eca
commit
511013dbe4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -238,7 +238,7 @@ func loadConfig() (*config, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
log.Println("[WARN] Config file doesn't exist: %s", configFilePath)
|
||||
log.Printf("[WARN] Config file doesn't exist: %s", configFilePath)
|
||||
return &config, nil
|
||||
}
|
||||
defer f.Close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue