From 2465fb752aaedc063b46fd7f90f2d8c18eeb6797 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 7 Mar 2021 19:46:05 -0300 Subject: assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory --- aux/workflow/assert-todos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/workflow') 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 -- cgit v1.2.3