mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
spelling: incorrect
This commit is contained in:
parent
57c0e9e4a7
commit
3a31baae4f
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ func (s *stepConfigAlicloudVSwitch) Cleanup(state multistep.StateBag) {
|
|||
e, _ := err.(*common.Error)
|
||||
if (e.Code == "IncorrectVSwitchStatus" || e.Code == "DependencyViolation" ||
|
||||
e.Code == "DependencyViolation.HaVip" ||
|
||||
e.Code == "IncorretRouteEntryStatus") && time.Now().Before(timeoutPoint) {
|
||||
e.Code == "IncorrectRouteEntryStatus") && time.Now().Before(timeoutPoint) {
|
||||
time.Sleep(1 * time.Second)
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue