Force opts to be options

cb6f3e5 introduced a change to the method airty of machine actions to remove the
`extra_env` attribute.

- Fixes #4960
This commit is contained in:
Seth Vargo 2014-12-14 22:02:01 -05:00
parent 66d8c85e3f
commit c0d4b39eea
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module VagrantPlugins
acc
end
vm.action(:package, opts)
vm.action(:package, **opts)
end
end
end