mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
workspace: update envDoesNotExist message
This commit is contained in:
parent
7110ec8b0c
commit
409bd667c3
@ -68,7 +68,8 @@ const (
|
||||
envDoesNotExist = `
|
||||
Workspace %q doesn't exist.
|
||||
|
||||
You can create this workspace with the "new" subcommand.`
|
||||
You can create this workspace with the "new" subcommand
|
||||
or inclde the "-or-create" flag to the "select" subcommand.`
|
||||
|
||||
envChanged = `[reset][green]Switched to workspace %q.`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user