Skip to content

Commit

Permalink
Merge pull request #236 from econya/master
Browse files Browse the repository at this point in the history
When Bundler not found, print error on STDERR instead of STDOUT.
  • Loading branch information
gavinlaking committed Sep 28, 2015
2 parents 125e285 + 56a09ad commit 415ddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vedeu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bundler_message = 'Bundler is required. Please install bundler with ' \
begin
require 'bundler'
rescue LoadError
puts bundler_message
STDERR.puts bundler_message
end

fail bundler_message unless defined?(Bundler)
Expand Down

0 comments on commit 415ddbb

Please sign in to comment.