chore: fix bad comments

This commit is contained in:
Marin Salinas 2019-04-05 14:43:51 -06:00 committed by Megan Marsh
parent 04534d87ac
commit 590bef0969
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// The amazonebs package contains a packer.Builder implementation that // The bsu package contains a packer.Builder implementation that
// builds OMIs for Outscale OAPI. // builds OMIs for Outscale OAPI.
// //
// In general, there are two types of OMIs that can be created: ebs-backed or // In general, there are two types of OMIs that can be created: ebs-backed or

View File

@ -75,7 +75,7 @@ func (s *StepCleanupVolumes) Cleanup(state multistep.StateBag) {
} }
// Filter out any devices created as part of the launch mappings, since // Filter out any devices created as part of the launch mappings, since
// we'll let amazon follow the `delete_on_termination` setting. // we'll let outscale follow the `delete_on_vm_deletion` setting.
for _, b := range s.BlockDevices.LaunchMappings { for _, b := range s.BlockDevices.LaunchMappings {
for volKey, volName := range volList { for volKey, volName := range volList {
if volName == b.DeviceName { if volName == b.DeviceName {