summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-04-04 00:35:51 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-04-04 00:35:51 +0900
commitf70ca6a1f9cb5c7ef6e628aa8af0ed7841203b70 (patch)
treeb989251585d147cf77b19ab7526ff3c84f539df5 /tool
parent810d66f3e7da3a5267974e3a3b952ec3e378049b (diff)
Remove unnecessary escape
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 1a8f54b306..7c894222ae 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -326,7 +326,7 @@ def sync_default_gems(gem)
end
end
-IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure\-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
+IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
def sync_default_gems_with_commits(gem, range)
puts "Sync #{$repositories[gem.to_sym]} with commit history."