Skip to content

Commit 8fa6646

Browse files
committed
Fix sync_default_gems.rb to use absolute path
1 parent 43c11f6 commit 8fa6646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/sync_default_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sync_default_gems(gem)
8888
repo = REPOSITORIES[gem.to_sym]
8989
puts "Sync #{repo}"
9090

91-
upstream = File.join("..", "..", repo)
91+
upstream = File.join(__dir__, "../..", repo)
9292

9393
case gem
9494
when "rubygems"

0 commit comments

Comments
 (0)