From 64c68394e76debd3d82e79791bb8ac47ad8fb9a8 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sat, 1 Feb 2020 17:50:30 -0500 Subject: Update GitHub URLs in error messages. --- lib/bundler/source/git/git_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/source/git/git_proxy.rb') diff --git a/lib/bundler/source/git/git_proxy.rb b/lib/bundler/source/git/git_proxy.rb index 7612eb16c6..5a68112e8f 100644 --- a/lib/bundler/source/git/git_proxy.rb +++ b/lib/bundler/source/git/git_proxy.rb @@ -18,7 +18,7 @@ module Bundler def initialize(command) msg = String.new msg << "Bundler is trying to run a `git #{command}` at runtime. You probably need to run `bundle install`. However, " - msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/bundler/bundler/issues " + msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/bundler/issues " msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}" super msg end -- cgit v1.2.1