Skip to content

Commit 63c614d

Browse files
authored
Update chef.py (project-chip#32060)
1 parent 1962f9b commit 63c614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/chef.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def main() -> int:
730730
shell.run_cmd(" ".join(nrf_build_cmds))
731731

732732
elif options.build_target == "silabs-thread":
733-
shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/efr32")
733+
shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/silabs")
734734
if options.do_clean:
735735
shell.run_cmd(f"rm -rf out/{options.sample_device_type_name}")
736736
efr32_cmd_args = []

0 commit comments

Comments
 (0)