mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +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(
|
c.Ui.Output(fmt.Sprintf(
|
||||||
"Successfully unmount '%s'.", path))
|
"Successfully unmounted '%s'!", path))
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user