From 01f12a6ea0fd9c97a67e350d808036bbe090d0f9 Mon Sep 17 00:00:00 2001 From: Luke Roberts Date: Wed, 25 Mar 2015 21:03:04 -0700 Subject: [PATCH] period for consistency Signed-off-by: Luke Roberts --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 6d9768f531..8e45d659b4 100644 --- a/commands.go +++ b/commands.go @@ -654,7 +654,7 @@ func cmdRm(c *cli.Context) { if isError { log.Fatal("There was an error removing a machine. To force remove it, pass the -f option. Warning: this might leave it running on the provider.") } else { - log.Print("The machine was successfully removed") + log.Print("The machine was successfully removed.") } }