commit | 63c614d1fb9c75a1a6aa7ff357a09b31182be365 | [log] [tgz] |
---|---|---|
author | Ludovic BOUÉ <lboue@users.noreply.github.com> | Tue Feb 13 01:17:30 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Feb 12 19:17:30 2024 -0500 |
tree | 6ca3dbc9c307d29a9e95bc3b8fdd5e16350e8619 | |
parent | 1962f9b715f92f82091f0721fd107105e6f52e50 [diff] |
Update chef.py (#32060)
diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 47d3c7a..688bdfe 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py
@@ -730,7 +730,7 @@ shell.run_cmd(" ".join(nrf_build_cmds)) elif options.build_target == "silabs-thread": - shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/efr32") + shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/silabs") if options.do_clean: shell.run_cmd(f"rm -rf out/{options.sample_device_type_name}") efr32_cmd_args = []