mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
command/unmount: better output
This commit is contained in:
parent
490dd80a25
commit
a241dac1f5
@ -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…
x
Reference in New Issue
Block a user