mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix: fix typo in comment
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
b010442e07
commit
6835a12cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ func (s *stepRemoveVolume) Run(ctx context.Context, state multistep.StateBag) mu
|
|||
|
||||
func (s *stepRemoveVolume) Cleanup(state multistep.StateBag) {
|
||||
if _, ok := state.GetOk("snapshot_name"); !ok {
|
||||
// volume will be detached to server only after sharpshooting ... so we don't
|
||||
// volume will be detached from server only after snapshotting ... so we don't
|
||||
// need to remove volume before snapshot step.
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue