We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent252170c commit3adc3a3Copy full SHA for 3adc3a3
cli/create.go
@@ -66,7 +66,7 @@ func (r *RootCmd) create() *serpent.Command {
66
}
67
_,err=client.WorkspaceByOwnerAndName(inv.Context(),workspaceOwner,workspaceName, codersdk.WorkspaceOptions{})
68
iferr==nil {
69
-returnxerrors.Errorf("a workspace already exists named %q!",workspaceName)
+returnxerrors.Errorf("a workspace already exists named %q",workspaceName)
70
71
returnnil
72
},
@@ -81,7 +81,7 @@ func (r *RootCmd) create() *serpent.Command {
81
82
83
84
85
86
87
varsourceWorkspace codersdk.Workspace