Fix sync_default_gems.rb to use absolute path
This commit is contained in:
parent
43c11f6c49
commit
8fa66467de
Notes:
git
2022-07-26 05:29:44 +09:00
@ -88,7 +88,7 @@ def sync_default_gems(gem)
|
|||||||
repo = REPOSITORIES[gem.to_sym]
|
repo = REPOSITORIES[gem.to_sym]
|
||||||
puts "Sync #{repo}"
|
puts "Sync #{repo}"
|
||||||
|
|
||||||
upstream = File.join("..", "..", repo)
|
upstream = File.join(__dir__, "../..", repo)
|
||||||
|
|
||||||
case gem
|
case gem
|
||||||
when "rubygems"
|
when "rubygems"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user