aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 18:49:33 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 18:49:33 -0300
commit32abb0a911c33814deaf6514b0a6f03386d9e6bc (patch)
tree19d010021097cb129db2b69cca41983a53d1ed29 /aux/workflow
parentfake-symlinks: Makefile: Align NAME variable (diff)
downloaddotfiles-32abb0a911c33814deaf6514b0a6f03386d9e6bc.tar.gz
dotfiles-32abb0a911c33814deaf6514b0a6f03386d9e6bc.tar.xz
fake-symlinks: assert-changelog.sh: Fix typoed name
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/assert-changelog.sh2
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