Skip to content

Commit

Permalink
fix(cmd): rename callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Desanlis authored and eugenenelou committed Jul 19, 2021
1 parent 626f289 commit a607b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggshield/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def scan(
scan = cast(click.Group, json_output_option_decorator(scan))


@scan.result_callback()
@scan.resultcallback()
@click.pass_context
def exit_code(ctx: click.Context, exit_code: int, **kwargs: Any) -> None:
"""
Expand Down

0 comments on commit a607b26

Please sign in to comment.