mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
typo fix
This commit is contained in:
parent
514ee309b8
commit
828dcaf4bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
|
||||
- name: Consistency check
|
||||
run: |
|
||||
if [[ $(grep '^# Changelog$' "$FILENAME") != 1 ]]; then
|
||||
if [[ $(grep -c '^# Changelog$' "$FILENAME") != 1 ]]; then
|
||||
echo 'Something is wrong with the changelog.'
|
||||
git diff -- "$FILENAME"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue