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

Commit4fd4b55

Browse files
committed
missed1
1 parent0d8e814 commit4fd4b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎enterprise/cli/groupcreate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (r *RootCmd) groupCreate() *serpent.Command {
3737

3838
err=codersdk.GroupNameValid(inv.Args[0])
3939
iferr!=nil {
40-
returnxerrors.Errorf("group name: %w",err)
40+
returnxerrors.Errorf("group name %q is invalid: %w",inv.Args[0],err)
4141
}
4242

4343
group,err:=client.CreateGroup(ctx,org.ID, codersdk.CreateGroupRequest{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp