From 9b23aab290c9f0cbbc795282c5e90b6581452b58 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 25 Jun 2019 11:51:25 +0900 Subject: Fixed the wrong path for io-console. --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') 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" -- cgit v1.2.3