command/unmount: better output

This commit is contained in:
Mitchell Hashimoto
2015-04-07 10:39:17 -07:00
parent 490dd80a25
commit a241dac1f5

View File

@@ -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
} }