Skip to content

Commit

Permalink
Suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 2ef6d3e commit f1ad021
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(_DEVICE_FOLDER, device_name)
device_file_path = os.path.join(_DEVICE_FOLDER, device_name + ".zap")
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 f1ad021

Please sign in to comment.