fix: fix typo in comment
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
b010442e07
commit
6835a12cb3
|
@ -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 New Issue