Skip to content

Commit 8758dcf

Browse files
committed
fix capital letters
1 parent f139f8c commit 8758dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/certs/*" \
37+
! -path "*/openldap/certs/*" \
3838
> tmp.txt
3939
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
4040

bump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+

0 commit comments

Comments
 (0)