Merge pull request #881 from awsmsrc/feature/rm_output

indicate a successful removal of a machine
This commit is contained in:
Evan Hazlett 2015-03-30 09:17:35 -04:00
commit 2f6f5b9290
1 changed files with 1 additions and 0 deletions

View File

@ -654,6 +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.")
}
log.Print("The machine was successfully removed.")
}
func cmdEnv(c *cli.Context) {