mirror of https://github.com/docker/docs.git
Remove unnecessary else
Signed-off-by: Luke Roberts <luke@sqwiggle.com>
This commit is contained in:
parent
01f12a6ea0
commit
4fd104c530
|
@ -653,9 +653,8 @@ 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.")
|
||||
}
|
||||
|
||||
func cmdEnv(c *cli.Context) {
|
||||
|
|
Loading…
Reference in New Issue