continue, not break
This commit is contained in:
parent
2d6028eb9a
commit
ef0a091720
|
@ -124,7 +124,7 @@ OuterLoop:
|
|||
for _, origDevice := range s.AMIMappings {
|
||||
if origDevice.SnapshotId == *blockDevice.Ebs.SnapshotId {
|
||||
ui.Message(fmt.Sprintf("Keeping Snapshot ID: %s", *blockDevice.Ebs.SnapshotId))
|
||||
break OuterLoop
|
||||
continue OuterLoop
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue