bin/sauce in sauce-0.12.6 vs bin/sauce in sauce-0.12.7

- old
+ new

@@ -30,10 +30,10 @@ end end configure = ConfigureCommand.new('configure', false) configure.short_desc = "Configure Sauce OnDemand credentials" configure.set_execution_block do |args| - if args.length < 2: + if args.length < 2 puts configure.usage exit 1 end username = args[0] access_key = args[1]