diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-28 18:49:33 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-28 18:49:33 -0300 |
| commit | 32abb0a911c33814deaf6514b0a6f03386d9e6bc (patch) | |
| tree | 19d010021097cb129db2b69cca41983a53d1ed29 /aux/workflow | |
| parent | fake-symlinks: Makefile: Align NAME variable (diff) | |
| download | dotfiles-32abb0a911c33814deaf6514b0a6f03386d9e6bc.tar.gz dotfiles-32abb0a911c33814deaf6514b0a6f03386d9e6bc.tar.xz | |
fake-symlinks: assert-changelog.sh: Fix typoed name
Diffstat (limited to 'aux/workflow')
| -rwxr-xr-x | aux/workflow/assert-changelog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh index 981ff9dc..83d7fe50 100755 --- a/aux/workflow/assert-changelog.sh +++ b/aux/workflow/assert-changelog.sh @@ -8,6 +8,6 @@ PROJECT="$3" CHANGELOG_ENTRY="# [$VERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) - $DATE" if ! grep -qF "$CHANGELOG_ENTRY" CHANGELOG.md; then - echo "Missing '$CHANGELOG_REGEX' entry from CHANGELOG.md" >&2 + echo "Missing '$CHANGELOG_ENTRY' entry from CHANGELOG.md" >&2 exit 1 fi |
