continue, not break

pull/5228/head
Megan Marsh 9 years ago
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…
Cancel
Save