inputs work now

This commit is contained in:
talus 2015-08-05 14:07:46 -05:00
parent a4e2730fa7
commit 959668075a

View File

@ -172,7 +172,7 @@ module VagrantPlugins
end end
def input(options={}) 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" raise "Input type AND bus must be specified"
end end