bin/runpuppet in runpuppet-0.5.3 vs bin/runpuppet in runpuppet-0.5.4

- old
+ new

@@ -17,10 +17,10 @@ Options: BANNER opts.on("-h", "--help","Show this.") { puts opts; exit } opts.on('-v', '--version','Show Version'){ puts Runpuppet::VERSION; exit} - opts.on('--try','Runs only if selected on puppet_controller'){ options[:try] = false } + opts.on('--try','Runs only if selected on puppet_controller'){ options[:try] = true } opts.on('--branch x', 'Run this branch') do |branch| options[:branch] = branch end end.parse! \ No newline at end of file