Skip to content

Commit

Permalink
Format properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jan 25, 2021
1 parent 8f02b40 commit 7cf6c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ auth0 apis create --name myapi --identifier http://my-api
`,
RunE: func(cmd *cobra.Command, args []string) error {
api := &management.ResourceServer{
Name: &flags.name,
Name: &flags.name,
Identifier: &flags.identifier,
}

Expand Down

0 comments on commit 7cf6c83

Please sign in to comment.