Skip to content

Commit

Permalink
Fix typo in command listing
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jan 20, 2024
1 parent 7cb1642 commit 83eea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/domains/root.go
Expand Up @@ -75,7 +75,7 @@ func newDomainsAdd() *cobra.Command {
short = "Add a domain"
long = `Add a domain to an organization`
)
cmd := command.New("disable", short, long, runDomainsCreate,
cmd := command.New("add", short, long, runDomainsCreate,
command.RequireSession,
)
cmd.Args = cobra.MaximumNArgs(2)
Expand Down

0 comments on commit 83eea8e

Please sign in to comment.