Skip to content

Commit

Permalink
Update spacing on internal/cli/rules.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cyril David <[email protected]>
  • Loading branch information
Alexis Kulash and cyx authored Jan 25, 2021
1 parent 8838ad3 commit fafd070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func createRulesCmd(cli *cli) *cobra.Command {
Short: "Create a new rule",
Long: `Create a new rule:
auth0 rules create --name "My Rule" --script "function (user, context, callback) { console.log( 'Hello, world!' ); return callback(null, user, context); }"
auth0 rules create --name "My Rule" --script "function (user, context, callback) { console.log( 'Hello, world!' ); return callback(null, user, context); }"
`,
RunE: func(cmd *cobra.Command, args []string) error {
r := &management.Rule{
Expand Down

0 comments on commit fafd070

Please sign in to comment.