Skip to content

Commit 9ae308b

Browse files
committed
Make uuid available
1 parent 8ff1e29 commit 9ae308b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifester/manifester.py

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def trigger_manifest_export(self):
398398
local_file.write_bytes(manifest.content)
399399
manifest.path = local_file
400400
manifest.name = self.manifest_name
401+
manifest.uuid = self.allocation_uuid
401402
update_inventory(self.subscription_allocations)
402403
return manifest
403404

0 commit comments

Comments
 (0)