aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
Diffstat (limited to 'aux')
-rwxr-xr-xaux/workflow/TODOs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/TODOs.sh b/aux/workflow/TODOs.sh
index b7cbae1..05cf3cb 100755
--- a/aux/workflow/TODOs.sh
+++ b/aux/workflow/TODOs.sh
@@ -40,8 +40,8 @@ if [ -z "${PROJECT_UC:-}" ]; then
fi
-cat aux/workflow/preamble.md TODOs.md |
- td -H |
+td -H |
+ cat aux/workflow/preamble.md - |
sed \
-e "s:@PROJECT_UC@:$PROJECT_UC:g" \
-e "s:@PROJECT@:$PROJECT:g" \