From c3f1e8806697f8385cd521a3776d2931361e70eb Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 11 Feb 2016 14:40:28 +0100 Subject: [PATCH] Fix typo in policy option check --- lib/vagrant-libvirt/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-libvirt/config.rb b/lib/vagrant-libvirt/config.rb index 66af3e8..95db8bc 100644 --- a/lib/vagrant-libvirt/config.rb +++ b/lib/vagrant-libvirt/config.rb @@ -212,7 +212,7 @@ module VagrantPlugins end 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' end