We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cd7ea commit a7eb7e7Copy full SHA for a7eb7e7
tool/merger.rb
@@ -260,7 +260,7 @@ def execute(*cmd, interactive: false)
260
end
261
262
# Merge revision from Git patch
263
- git_uri = "https://git.ruby-lang.org/ruby.git/patch/?id=#{git_rev}"
+ git_uri = "https://github.com/ruby/ruby/commit/#{git_rev}.patch"
264
resp = Net::HTTP.get_response(URI(git_uri))
265
if resp.code != '200'
266
abort "'#{git_uri}' returned status '#{resp.code}':\n#{resp.body}"
0 commit comments