Skip to content

Commit

Permalink
fix: linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Jan 9, 2024
1 parent b0cc1c3 commit f96e885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vagrant-zones/action/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def call(env)
'brand' => brand,
'format' => 'zss',
'kernel' => kernel,
'url' => 'https://app.vagrantup.com/#{vcc}/boxes/#{boxshortname}'
}
'url' => "https://app.vagrantup.com/#{vcc}/boxes/#{boxshortname}"
}

File.write('./metadata.json', metadata_content_hash)

Expand Down

0 comments on commit f96e885

Please sign in to comment.