Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3adc3a3

Browse files
committed
rm !
1 parent252170c commit3adc3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cli/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (r *RootCmd) create() *serpent.Command {
6666
}
6767
_,err=client.WorkspaceByOwnerAndName(inv.Context(),workspaceOwner,workspaceName, codersdk.WorkspaceOptions{})
6868
iferr==nil {
69-
returnxerrors.Errorf("a workspace already exists named %q!",workspaceName)
69+
returnxerrors.Errorf("a workspace already exists named %q",workspaceName)
7070
}
7171
returnnil
7272
},
@@ -81,7 +81,7 @@ func (r *RootCmd) create() *serpent.Command {
8181
}
8282
_,err=client.WorkspaceByOwnerAndName(inv.Context(),workspaceOwner,workspaceName, codersdk.WorkspaceOptions{})
8383
iferr==nil {
84-
returnxerrors.Errorf("a workspace already exists named %q!",workspaceName)
84+
returnxerrors.Errorf("a workspace already exists named %q",workspaceName)
8585
}
8686

8787
varsourceWorkspace codersdk.Workspace

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp