Fix manifest subcommand

This commit is contained in:
Davide Cavalca 2023-07-19 16:54:18 -07:00
parent 04b52adf87
commit 0bfa3ff963

View File

@ -215,7 +215,7 @@ def manifest(update, upload):
manifestUpdate() manifestUpdate()
manifest = "merged_installer_data.json" manifest = "merged_installer_data.json"
if upload: if upload:
uploadToS3(manifest, "installer_data.json") uploadToS3(manifest, MANIFEST)
else: else:
manifest = getManifest() manifest = getManifest()