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:
parent
66d8c85e3f
commit
c0d4b39eea
|
@ -80,7 +80,7 @@ module VagrantPlugins
|
|||
acc
|
||||
end
|
||||
|
||||
vm.action(:package, opts)
|
||||
vm.action(:package, **opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue