From 37f91b18597b77da06a8f0836d12c0425af0b283 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Fri, 27 May 2022 20:24:26 +0000 Subject: [PATCH] Ref --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 18f57366c63313..7bbfd4c55e17a1 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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: