Skip to content

Commit

Permalink
DXCDT-324: Fix auth0 actions update outputting old data (#596)
Browse files Browse the repository at this point in the history
Fixing output of actions update

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Jan 10, 2023
1 parent 2e53e5c commit 8417c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func updateActionCmd(cli *cli) *cobra.Command {
return err
}

cli.renderer.ActionUpdate(current)
cli.renderer.ActionUpdate(action)
return nil
},
}
Expand Down

0 comments on commit 8417c96

Please sign in to comment.