summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git/git_proxy.rb
diff options
context:
space:
mode:
authorJakob Krigovsky <[email protected]>2020-05-07 20:02:21 +0200
committerHiroshi SHIBATA <[email protected]>2020-06-05 07:32:42 +0900
commitf9872c50cc6cc91767733757984b5af1bd49dc7d (patch)
tree023f2c95bc648c2d71c5439b3f069944590de754 /lib/bundler/source/git/git_proxy.rb
parent9139acca66086d0d6c0867ff02b8cb8c338df5d4 (diff)
Update links from rubygems/bundler to rubygems/rubygems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
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 9a4b7fe523..da03efde0c 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/rubygems/bundler/issues "
+ msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md "
msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
super msg
end