Skip to content

Commit

Permalink
fix: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Jan 7, 2024
1 parent 9269fea commit 9dc7104
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/vagrant-zones/action/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@ def snapshot_send(datasetpath, destination, datetime, uii, config)

def metadata_content(brand, _kernel, vcc, boxshortname)
<<-ZONEBOX
{
"provider": "zone",
"format": "zss",
"brand": "#{brand}",
"url": "https://app.vagrantup.com/#{vcc}/boxes/#{boxshortname}"
}
{ "provider": "zone", "architecture": "amd64", "url": "https://app.vagrantup.com/#{vcc}/boxes/#{boxshortname}" }
ZONEBOX
end

Expand Down

0 comments on commit 9dc7104

Please sign in to comment.