From a241dac1f58b24dc48db69f274b257ae205e32d6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Apr 2015 10:39:17 -0700 Subject: [PATCH] command/unmount: better output --- command/unmount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }