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 844c435 commit c6c9845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/action/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def snapshot_send(datasetpath, destination, datetime, uii, config)

def metadata_content(_brand, _kernel, vcc, boxshortname)
<<-ZONEBOX
{ "provider": "zone", "architecture": "amd64", "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 c6c9845

Please sign in to comment.