aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-07 19:46:47 -0300
committerEuAndreh <eu@euandre.org>2021-03-07 19:46:47 -0300
commitb3e4c7a8e390ee15efe35f18fbd62f743b823739 (patch)
tree16bdae32c8cf61153ea0cf3ee53372600cf9a25a /aux/workflow
parentci-build.sh: Also omit output of second rsync (diff)
downloadeuandre.org-b3e4c7a8e390ee15efe35f18fbd62f743b823739.tar.gz
euandre.org-b3e4c7a8e390ee15efe35f18fbd62f743b823739.tar.xz
assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory
Diffstat (limited to '')
-rwxr-xr-xaux/workflow/assert-todos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-todos.sh b/aux/workflow/assert-todos.sh
index 203d465..cd7b611 100755
--- a/aux/workflow/assert-todos.sh
+++ b/aux/workflow/assert-todos.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
-if git grep FIXME | grep -v '^TODOs.md' | grep -v '^aux/workflow/assert-todos.sh' | grep -v '^aux/docbook-xsl/'; then
+if git grep FIXME | grep -v '^TODOs.md' | grep -v '^aux/workflow/assert-todos.sh'; then
echo "Found dangling FIXME markers on the project."
echo "You should write them down properly on TODOs.md."
exit 1