Skip to content

Commit

Permalink
display confirmation message on 'nomad volume deregister'
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 authored and tgross committed May 24, 2021
1 parent 7a2bb0f commit 47226aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/volume_deregister.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ func (c *VolumeDeregisterCommand) Run(args []string) int {
return 1
}

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

0 comments on commit 47226aa

Please sign in to comment.