fix: fix typo in comment

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
Alexandre NICOLAIE 2019-07-24 21:19:53 +02:00 committed by GitHub
parent b010442e07
commit 6835a12cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}