diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 9fdad6699d74ea..f3effb97aa834b 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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)