Skip to content

Commit

Permalink
Missed revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 26, 2022
1 parent c25a5bb commit 3a9012b
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 @@ -299,7 +299,7 @@ def main(argv: Sequence[str]) -> None:
directory = platform_meta['build_dir']
label = platform_meta['platform_label']
output_dir = os.path.join(_CHEF_SCRIPT_PATH, directory)
command = './chef.py -czbr -d {} -t {}'.format(device_name, options.build_target)
command = './chef.py -czbr -d {} -t {}'.format(device_name, platform)
print('-' * 64)
print(f"Building {command}")
print('-' * 64)
Expand Down

0 comments on commit 3a9012b

Please sign in to comment.