mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
spellfix
This commit is contained in:
parent
67f039509a
commit
814c1cf2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ func applyEnvOverrides(envOverrides overridableWaitVars) []request.WaiterOption
|
|||
}
|
||||
if len(waitOpts) == 0 {
|
||||
log.Printf("No AWS timeout and polling overrides have been set. " +
|
||||
"Packer will defalt to waiter-specific delays and timeouts. If you would " +
|
||||
"Packer will default to waiter-specific delays and timeouts. If you would " +
|
||||
"like to customize the length of time between retries and max " +
|
||||
"number of retries you may do so by setting the environment " +
|
||||
"variables AWS_POLL_DELAY_SECONDS and AWS_MAX_ATTEMPTS to your " +
|
||||
|
|
|
|||
Loading…
Reference in a new issue