Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 28, 2022
1 parent 54eca47 commit c8ce60f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ def main(argv: Sequence[str]) -> None:
except KeyError:
flush_print("MISSING DEVICE CACHE - "+fix_instructions)
exit(1)
if device == "zap_commit" and False:
# Disabled; should check:
# Current branch when writing manifest
# Master in CI
if cached_manifest[device] != ci_manifest[device]:
flush_print("BAD ZAP VERSION - "+fix_instructions)
exit(1)
if device == "zap_commit" and False:
# Disabled; should check:
# Current branch when writing manifest
# Master in CI
if cached_manifest[device] != ci_manifest[device]:
flush_print("BAD ZAP VERSION - "+fix_instructions)
exit(1)
flush_print("Cached ZAP output is up to date!")
exit(0)

Expand Down

0 comments on commit c8ce60f

Please sign in to comment.