Skip to content

Commit

Permalink
Update chef.py (#32060)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored and pull[bot] committed Mar 7, 2024
1 parent f0b8ac0 commit 3891432
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 @@ -730,7 +730,7 @@ def main() -> int:
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 = []
Expand Down

0 comments on commit 3891432

Please sign in to comment.