Skip to content

Commit 02a4bfb

Browse files
committed
Typo
1 parent 98dd9c6 commit 02a4bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/spaces/iam.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
// IamCmd to manage manage env iam permissions
2222
var IamCmd = &cobra.Command{
2323
Use: "iam",
24-
Short: "Manage IAM permissions for a space",
25-
Long: "Manage IAM permissions for a space",
24+
Short: "Manage IAM permissions for a Space",
25+
Long: "Manage IAM permissions for a Space",
2626
}
2727

2828
var memberName, role, memberType, space string

0 commit comments

Comments
 (0)