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.") } }