Skip to content

Commit

Permalink
display confirmation message on 'nomad volume delete'
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed May 13, 2021
1 parent cded17c commit a78952a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/volume_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ func (c *VolumeDeleteCommand) Run(args []string) int {
return 1
}

c.Ui.Output(fmt.Sprintf("Successfully deleted volume %q!", volID))
return 0
}

0 comments on commit a78952a

Please sign in to comment.