From c6ad44de10af0e54864a17d742ca725f2068fb47 Mon Sep 17 00:00:00 2001 From: Justin LaRose Date: Thu, 27 Apr 2017 06:22:30 -0400 Subject: [PATCH] update error response when env does not exist (#14009) --- command/env_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!`