Skip to content

Commit

Permalink
Fixed deprecated function (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Shai Yaakovi <[email protected]>
  • Loading branch information
ShahafBenYakir and yaakovi authored Mar 29, 2022
1 parent e9746b3 commit cc9a54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_automation/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def event_manager(**kwargs):
return manager.run()


@main.resultcallback()
@main.result_callback()
def exit_from_program(result=0, **kwargs):
sys.exit(result)

Expand Down

0 comments on commit cc9a54f

Please sign in to comment.