зеркало из https://github.com/github/ruby.git
Fix sync_default_gems.rb to use absolute path
This commit is contained in:
Родитель
43c11f6c49
Коммит
8fa66467de
|
@ -88,7 +88,7 @@ def sync_default_gems(gem)
|
|||
repo = REPOSITORIES[gem.to_sym]
|
||||
puts "Sync #{repo}"
|
||||
|
||||
upstream = File.join("..", "..", repo)
|
||||
upstream = File.join(__dir__, "../..", repo)
|
||||
|
||||
case gem
|
||||
when "rubygems"
|
||||
|
|
Загрузка…
Ссылка в новой задаче