Browse Source

[Infra] Fix ignoring of Mint sources when checking style (#10425)

Nick Cooke 3 years ago
parent
commit
d1594ceb6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/style.sh

+ 1 - 1
scripts/style.sh

@@ -156,7 +156,7 @@ s%^./%%
 \%^/?vendor/bundle/% d
 
 # Sources pulled in by the Mint package manager
-\%^Mint% d
+\%^mint% d
 
 # Auth Sample Objective-C does not format well
 \%^(FirebaseAuth/Tests/Sample/Sample)/% d