mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix typo in policy option check
This commit is contained in:
parent
0be1fc017a
commit
c3f1e88066
@ -212,7 +212,7 @@ module VagrantPlugins
|
|||||||
end
|
end
|
||||||
|
|
||||||
def cpu_feature(options={})
|
def cpu_feature(options={})
|
||||||
if options[:name].nil? || options.[:policy].nil?
|
if options[:name].nil? || options[:policy].nil?
|
||||||
raise 'CPU Feature name AND policy must be specified'
|
raise 'CPU Feature name AND policy must be specified'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user