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