Skip to content

Commit f139f8c

Browse files
committed
fix capital letters
1 parent 1f16b9b commit f139f8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
! -path "*/README.md" \
3535
! -path "*/Cargo.toml" \
3636
! -path "*/Cargo.lock" \
37-
! -path "./openldap/*" \
37+
! -path "./openldap/certs/*" \
3838
> tmp.txt
3939
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
4040

bump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

0 commit comments

Comments
 (0)