update error response when env does not exist (#14009)
This commit is contained in:
parent
d615332d80
commit
c6ad44de10
|
@ -57,7 +57,7 @@ const (
|
||||||
envDoesNotExist = `
|
envDoesNotExist = `
|
||||||
Environment %q doesn't exist!
|
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!`
|
envChanged = `[reset][green]Switched to environment %q!`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue