diff --git a/bin/git-smart-log b/bin/git-smart-log index 3cdb22c..5468ec3 100755 --- a/bin/git-smart-log +++ b/bin/git-smart-log @@ -4,4 +4,5 @@ $:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib')) require 'git-smart' +$stdout = STDERR GitSmart.run('smart-log', ARGV)