summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git/git_proxy.rb
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-02-01 17:50:30 -0500
committerEllen Marie Dash <me@duckie.co>2020-02-01 17:50:30 -0500
commit64c68394e76debd3d82e79791bb8ac47ad8fb9a8 (patch)
tree8b172b862bffbd1e96d5bc6386a1f5b9686274f5 /lib/bundler/source/git/git_proxy.rb
parent0828973a094a9089a34cb1c0dff2980b83a660e1 (diff)
downloadbundler-64c68394e76debd3d82e79791bb8ac47ad8fb9a8.tar.gz
Update GitHub URLs in error messages.
Diffstat (limited to 'lib/bundler/source/git/git_proxy.rb')
-rw-r--r--lib/bundler/source/git/git_proxy.rb2
1 files changed, 1 insertions, 1 deletions
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