Do not use keyword arguments for string keys
This commit is contained in:
parent
5e6b2bc55b
commit
7609932a6f
|
@ -80,7 +80,7 @@ module VagrantPlugins
|
||||||
acc
|
acc
|
||||||
end
|
end
|
||||||
|
|
||||||
vm.action(:package, **opts)
|
vm.action(:package, opts)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue