diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 9ce08f86fb02b6..f3496344d0d43a 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -539,9 +539,9 @@ def main(argv: Sequence[str]) -> None: else: flush_print("RPC PW disabled") - if (options.build_target == "esp32"): - shell.run_cmd( - f"export SDKCONFIG_DEFAULTS={_CHEF_SCRIPT_PATH}/esp32/sdkconfig.defaults") + if (options.build_target == "esp32"): + shell.run_cmd( + f"export SDKCONFIG_DEFAULTS={_CHEF_SCRIPT_PATH}/esp32/sdkconfig.defaults") flush_print( f"Product ID 0x{options.pid:02X} / Vendor ID 0x{options.vid:02X}")