mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-06 23:32:43 -04:00
command/unmount: better output
This commit is contained in:
parent
490dd80a25
commit
a241dac1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue