bin/sauce in sauce-0.12.3 vs bin/sauce in sauce-0.12.4

- old
+ new

@@ -23,10 +23,10 @@ # configure configure = CmdParse::Command.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 "Usage: sauce configure USERNAME ACCESS_KEY" exit 1 end username = args[0] access_key = args[1]