Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
[CS] update error messaging to reflect updated deploy/setup cmd split
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Stingl committed Mar 5, 2018
1 parent eb6f73b commit ab1813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func validateMachine(t string, n string) (string, bool) {
msg = color.RedString("\nIt appears your Docker Machine with name \"%s\" is currently stopped.", n)
case "isSetup":
rsp = validateMachineProjectIsSetup(n)
msg = color.RedString("\nThe containers on the Docker Machine named \"%s\" do not appear to be setup yet or are not running. Either restart containers before deploying or run deploy with the \"--init\" flag.", n)
msg = color.RedString("\nThe containers on the Docker Machine named \"%s\" do not appear to be setup yet or are not running. Either restart the containers before deploying or run the \"setup\" command first.", n)
default:
rsp = false
msg = color.RedString("\nNot a valid Docker Machine check")
Expand Down

0 comments on commit ab1813e

Please sign in to comment.