Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Jun 7, 2024
1 parent 89a2457 commit caf1be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/app/auth/invite/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var inviteCmd = &cobra.Command{
Hidden: true, // TODO: This hides the command, remove it once it's implemented
Use: "invite",
Short: "Manage user invitations",
Long: `The minder auth invite command lets you manage (accept/reject) your invitations.`
Long: `The minder auth invite command lets you manage (accept/decline/list) your invitations.`,
RunE: func(cmd *cobra.Command, _ []string) error {
return cmd.Usage()
},
Expand Down

0 comments on commit caf1be2

Please sign in to comment.