Skip to content

Commit

Permalink
Print success message when destroying stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Mar 1, 2022
1 parent 03d691c commit 9fdfdcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func DestroyStackCmd(sess *session.Session, stack stacks.Stack, name string) {
return nil
}
checkErr(destroy())
ui.Spinner.Stop()
ui.PrintSuccess(fmt.Sprintf("destroyed %s stack %s", stack.StackType(), name))
}

// destroyCmd represents the destroy command
Expand Down

0 comments on commit 9fdfdcb

Please sign in to comment.