Skip to content

Commit

Permalink
Group
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 7299fd7 commit 0216a73
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 @@ -122,7 +122,7 @@ def generate_device_manifest(
"""
ci_manifest = {}
for device_name in _DEVICE_LIST:
device_file_path = os.path.join(_CHEF_DEVICES_DIR, device_dir_item)
device_file_path = os.path.join(_DEVICE_FOLDER, device_dir_item)
with open(device_file_path, "rb") as device_file:
device_file_data = device_file.read()
device_file_md5 = hashlib.md5(device_file_data).hexdigest()
Expand Down

0 comments on commit 0216a73

Please sign in to comment.