diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 6b2dce58d98669..9b6346ad792a43 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -299,7 +299,7 @@ def main(argv: Sequence[str]) -> None: directory = platform_meta['build_dir'] label = platform_meta['platform_label'] output_dir = os.path.join(_CHEF_SCRIPT_PATH, directory) - command = './chef.py -czbr -d {} -t {}'.format(device_name, options.build_target) + command = './chef.py -czbr -d {} -t {}'.format(device_name, platform) print('-' * 64) print(f"Building {command}") print('-' * 64)