mirror of https://github.com/docker/docs.git
period for consistency
Signed-off-by: Luke Roberts <luke@sqwiggle.com>
This commit is contained in:
parent
d410b4b78c
commit
01f12a6ea0
|
@ -654,7 +654,7 @@ 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 {
|
} else {
|
||||||
log.Print("The machine was successfully removed")
|
log.Print("The machine was successfully removed.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue