From 87378782483dd8fdd03ae9d6022979f1f8153416 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sat, 16 Oct 2021 17:05:22 +0900 Subject: [PATCH] tool/sync_default_gems.rb: fix path for openssl --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index c9ca81f786..676441d7a5 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -254,7 +254,7 @@ def sync_default_gems(gem) cp_r("#{upstream}/test", "test/openssl") rm_rf("test/openssl/envutil.rb") cp_r("#{upstream}/openssl.gemspec", "ext/openssl") - cp_r("#{upstream}/HISTORY.md", "ext/openssl") + cp_r("#{upstream}/History.md", "ext/openssl") `git checkout ext/openssl/depend` when "netpop" sync_lib "net-pop"