From 3a9012b7e7bde0bd036b2543682b9a66ce4b6fb1 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Thu, 26 May 2022 00:54:40 +0000 Subject: [PATCH] Missed revert --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)