update error response when env does not exist (#14009)

This commit is contained in:
Justin LaRose 2017-04-27 06:22:30 -04:00 committed by Radek Simko
parent d615332d80
commit c6ad44de10
1 changed files with 1 additions and 1 deletions

View File

@ -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!`