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 9dc7104 commit 844c435
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 @@ -97,7 +97,7 @@ def snapshot_send(datasetpath, destination, datetime, uii, config)
puts "#{@pfexec} zfs send -r #{datasetpath}/boot@vagrant_box#{datetime} > #{destination}" if result.zero? && config.debug
end

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

0 comments on commit 844c435

Please sign in to comment.