Fix typo in policy option check

This commit is contained in:
Gerben Meijer 2016-02-11 14:40:28 +01:00
parent 0be1fc017a
commit c3f1e88066

View File

@ -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