Skip to content

Commit

Permalink
Missed return code
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 1, 2022
1 parent 1b7786e commit bfa6278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def main(argv: Sequence[str]) -> None:
flush_print(f"cached zap commit {cached_zap}")
if current_zap != cached_zap:
flush_print(f"BAD ZAP VERSION: {fix_instructions}")
exit(1)
flush_print("Cached ZAP output is up to date!")
exit(0)

Expand Down

0 comments on commit bfa6278

Please sign in to comment.