Skip to content

Commit

Permalink
When Bundler not found, print error on STDERR instead of STDOUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed Sep 28, 2015
1 parent 125e285 commit 56a09ad
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 56a09ad

Please sign in to comment.