diff options
-rwxr-xr-x | host/utils/rfnoc_image_builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/rfnoc_image_builder.py b/host/utils/rfnoc_image_builder.py index 9d52fb889..47d28751b 100755 --- a/host/utils/rfnoc_image_builder.py +++ b/host/utils/rfnoc_image_builder.py @@ -200,7 +200,7 @@ def main(): target=target, generate_only=args.generate_only, clean_all=args.clean_all, - gui=args.GUI, + GUI=args.GUI, source=source, source_hash=source_hash.hexdigest(), output_path=args.image_core_output, |