Skip to content

Commit

Permalink
Make uuid available
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Mar 19, 2024
1 parent 8ff1e29 commit 3be1289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifester/manifester.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ def trigger_manifest_export(self):
local_file.write_bytes(manifest.content)
manifest.path = local_file
manifest.name = self.manifest_name
manifest.uuid = self.allocation_uuid.uuid
update_inventory(self.subscription_allocations)
return manifest

Expand Down

0 comments on commit 3be1289

Please sign in to comment.