Skip to content

Commit 3f5fc14

Browse files
committed
[CI] Updates Regexp for license header script
1 parent 3c5efcf commit 3f5fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/check_license_headers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
LICENSE = File.read('./.github/license-header.txt')
19-
files = `git ls-files | grep -E '\.rb|Rakefile|\.rake|\.erb|Gemfile|gemspec'`.split("\n")
19+
files = `git ls-files | grep -E '\.rb|Rakefile|\\.rake|\.erb|Gemfile|gemspec'`.split("\n")
2020
errors = []
2121

2222
files.each do |file|

0 commit comments

Comments
 (0)