summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-25 11:51:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-25 15:56:20 +0900
commit9b23aab290c9f0cbbc795282c5e90b6581452b58 (patch)
tree3f293226a8420f009d67e4eb6c8a277717c13936 /tool
parentdbe232e24e56cb200b8e5b78062c8a2784a792e9 (diff)
Fixed the wrong path for io-console.
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 5a5a482539..5cb591784e 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -149,7 +149,7 @@ def sync_default_gems(gem)
`cp -rf ../io-console/ext/io/console ext/io`
`cp -rf ../io-console/test/io/console test/io`
`mkdir -p ext/io/console/lib`
- `cp -rf ../io-console/lib/console ext/io/console/lib`
+ `cp -rf ../io-console/lib/io/console ext/io/console/lib`
`cp -f ../io-console/io-console.gemspec ext/io/console`
`git checkout ext/io/console/depend`
when "dbm"