mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
command/unmount: better output
This commit is contained in:
@@ -41,7 +41,7 @@ func (c *UnmountCommand) Run(args []string) int {
|
||||
}
|
||||
|
||||
c.Ui.Output(fmt.Sprintf(
|
||||
"Successfully unmount '%s'.", path))
|
||||
"Successfully unmounted '%s'!", path))
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user