summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-16 17:55:56 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-16 17:55:56 -0700
commit1c53e64c512668685bb7abaf1232518af3969496 (patch)
treeca79ecdb5f9f06d4d9755e32ae17f267e79dcb1c /tool/sync_default_gems.rb
parentcdb757f817b0721d79d43ae8de6f8198d6033177 (diff)
Fix a regexp error
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/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 28a1f963e8..17865b8afb 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -446,7 +446,7 @@ module SyncDefaultGems
|[^\/]+\.yml
|\.gitignore
|\.git.*
- |\.github/.*
+ |\.github\/.*
|[A-Z]\w+file
|COPYING
|CONTRIBUTING\.md