From 1af3a2ea7329cc6a98b7ea46d40ab302a00d1706 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Tue, 7 Jun 2022 08:35:52 +0000 Subject: [PATCH] Missed comment --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)