diff --git a/command/env_command.go b/command/env_command.go index 9548122a1..f29c9456f 100644 --- a/command/env_command.go +++ b/command/env_command.go @@ -57,7 +57,7 @@ const ( envDoesNotExist = ` Environment %q doesn't exist! -You can create this environment with the "-new" option.` +You can create this environment with the "new" option.` envChanged = `[reset][green]Switched to environment %q!`