Fix manifest subcommand
This commit is contained in:
parent
04b52adf87
commit
0bfa3ff963
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user