Skip to content

Commit d1594ce

Browse files
authored
[Infra] Fix ignoring of Mint sources when checking style (#10425)
1 parent 42698ed commit d1594ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ s%^./%%
156156
\%^/?vendor/bundle/% d
157157
158158
# Sources pulled in by the Mint package manager
159-
\%^Mint% d
159+
\%^mint% d
160160
161161
# Auth Sample Objective-C does not format well
162162
\%^(FirebaseAuth/Tests/Sample/Sample)/% d

0 commit comments

Comments
 (0)