mirror of https://github.com/docker/docs.git
indicate a successful removal of a machine
Signed-off-by: Luke Roberts <luke@speak.io>
This commit is contained in:
parent
5f573a81d4
commit
d410b4b78c
|
@ -653,6 +653,8 @@ func cmdRm(c *cli.Context) {
|
||||||
}
|
}
|
||||||
if isError {
|
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.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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue