Skip to content

Commit

Permalink
Missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 7, 2022
1 parent 5f7c41c commit 1af3a2e
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 @@ -426,7 +426,7 @@ def main(argv: Sequence[str]) -> None:
shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}")
command = f"./chef.py -cbr --use_zzz -d {device_name} -t {options.build_target}"
flush_print(f"Building {command}", with_border=True)
shell.run_cmd(command) built once, only testing bundle
shell.run_cmd(command)
bundle(options.build_target, device_name)
exit(0)

Expand Down

0 comments on commit 1af3a2e

Please sign in to comment.