Skip to content

Commit

Permalink
Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 0216a73 commit 37f91b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def main(argv: Sequence[str]) -> None:

if options.validate_zzz:
fix_instructions = "Cached files out of date. Please bootstrap, activate, install zap, run chef with the flag --generate_zzz and commit /examples/chef/zzz_generated and /examples/chef/cimanifes.json. Ensure you are running with the latest version of ZAP from master"
ci_manifest = generate_device_manifest(_CHEF_DEVICES_DIR)
ci_manifest = generate_device_manifest(_DEVICE_FOLDER)
with open(_CI_MANIFEST_FILE_NAME, "r", encoding="utf-8") as ci_manifest_file:
cached_manifest = json.loads(ci_manifest_file.read())
for device in _CI_MANIFEST:
Expand Down

0 comments on commit 37f91b1

Please sign in to comment.