diff --git a/command/unmount.go b/command/unmount.go index fc076bfda7..b3976957c4 100644 --- a/command/unmount.go +++ b/command/unmount.go @@ -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 }