lib/pronto/cli.rb in pronto-0.1.1 vs lib/pronto/cli.rb in pronto-0.1.2

- old
+ new

@@ -31,10 +31,10 @@ gem_names.each do |gem_name| require "pronto/#{gem_name}" end formatter = ::Pronto::Formatter.get(options[:formatter]) - ::Pronto.run(options[:commit], '.', formatter) + puts ::Pronto.run(options[:commit], '.', formatter) rescue Rugged::RepositoryError puts '"pronto" should be run from a git repository' end desc 'list', 'Lists pronto runners that are available to be used'