Merge pull request #4972 from mitchellh/sethvargo/opts_airty
Force opts to be options
This commit is contained in:
commit
f9eff24fa9
|
@ -80,7 +80,7 @@ module VagrantPlugins
|
|||
acc
|
||||
end
|
||||
|
||||
vm.action(:package, opts)
|
||||
vm.action(:package, **opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue