diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 0a9b669e1839cb..b6119824f09c11 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -283,9 +283,9 @@ def main(argv: Sequence[str]) -> None: 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 + # 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)