lib/simple_perf/cli/stop.rb in simple_perf-0.0.12 vs lib/simple_perf/cli/stop.rb in simple_perf-0.0.13

- old
+ new

@@ -29,10 +29,10 @@ command = 'simple_deploy execute' + ' -e ' + opts[:environment] + ' -n ' + 'simple-perf-' + opts[:project] + ' -c "killall java"' + - ' -l debug' + ' -l debug -x' Shared::pretty_print `#{command}` end end end