From 959668075a12a1e73a4d259ed34881e8d2196eda Mon Sep 17 00:00:00 2001 From: talus Date: Wed, 5 Aug 2015 14:07:46 -0500 Subject: [PATCH] inputs work now --- 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 9811ac6..d5a6f62 100644 --- a/lib/vagrant-libvirt/config.rb +++ b/lib/vagrant-libvirt/config.rb @@ -172,7 +172,7 @@ module VagrantPlugins end def input(options={}) - if options[:type] == nil or options[:bus] == nil: + if options[:type] == nil or options[:bus] == nil raise "Input type AND bus must be specified" end