Merge pull request #4972 from mitchellh/sethvargo/opts_airty

Force opts to be options
This commit is contained in:
Seth Vargo 2014-12-14 23:46:56 -05:00
commit f9eff24fa9
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