diff options
-rwxr-xr-x | bin/update/create_full_mar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update/create_full_mar.py b/bin/update/create_full_mar.py index 39cb23f1f20e..58fd7fbef170 100755 --- a/bin/update/create_full_mar.py +++ b/bin/update/create_full_mar.py @@ -25,7 +25,7 @@ def main(): update_config = args.update_config filename_prefix = args.filename_prefix workdir = args.workdir - product_name = args.update_config + product_name = args.product_name if len(update_config) == 0: print("missing update config") |