Skip to content

Commit

Permalink
add confirmation of finish with no failing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 2, 2014
1 parent 4e4ffee commit 9c3fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pre-commit/cli.rb
Expand Up @@ -33,7 +33,7 @@ def execute_help(*args)

def execute_run(*args)
require 'pre-commit/runner'
PreCommit::Runner.new.run(*args)
PreCommit::Runner.new.run(*args) and puts "No failed checks."
end

def execute_install(key = nil, *args)
Expand Down

0 comments on commit 9c3fa26

Please sign in to comment.