diff options
-rwxr-xr-x | bin/update/create_partial_update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update/create_partial_update.py b/bin/update/create_partial_update.py index 419a8f65226b..23d4f6fe6a90 100755 --- a/bin/update/create_partial_update.py +++ b/bin/update/create_partial_update.py @@ -129,7 +129,7 @@ def main(): subprocess.call([os.path.join(current_dir_path, 'make_incremental_update.sh'), mar_file, update["complete"], current_build_path]) sign_mar_file(update_dir, config, mar_file, mar_name_prefix) - partial_info = {"complete":get_file_info(mar_file, config.base_url), "from": build, "to": build_id, "languages": {}} + partial_info = {"file":get_file_info(mar_file, config.base_url), "from": build, "to": build_id, "languages": {}} for lang, lang_info in update["languages"].items(): lang_name = generate_lang_file_name(build_id, build, mar_name_prefix, lang) |