mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 17:24:00 -04:00
fix error message
This commit is contained in:
@@ -251,7 +251,7 @@ func SleepSeconds() (seconds int) {
|
||||
if override != "" {
|
||||
n, err := strconv.Atoi(override)
|
||||
if err != nil {
|
||||
log.Printf("Invalid timeout seconds '%s', using default", override)
|
||||
log.Printf("Invalid sleep seconds '%s', using default", override)
|
||||
} else {
|
||||
seconds = n
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user