Skip to content

Commit

Permalink
remove -
Browse files Browse the repository at this point in the history
  • Loading branch information
rene00 committed Jan 27, 2021
1 parent c57e6cc commit 58e9cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/custom_domains.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ List details on custom domains.
`,
RunE: func(cmd *cobra.Command, args []string) error {
var customDomains []*management.CustomDomain
err := ansi.Spinner("Getting custom-domains", func() error {
err := ansi.Spinner("Getting custom domains", func() error {
var err error
customDomains, err = cli.api.CustomDomain.List()
return err
Expand Down

0 comments on commit 58e9cba

Please sign in to comment.