summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-26 14:21:12 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-26 14:21:12 +0300
commit656d75a45bc171477e070a734c4eb940d1f15254 (patch)
tree49bb2bd7e339cc7baedf686ac7e864e6a2bb1c5d
parent9fcb75f6cca124a23b8aab9797d126d42367d4ef (diff)
downloadfable-poc-656d75a45bc171477e070a734c4eb940d1f15254.tar.gz
Fix: ftt-pandoc to run pandoc-fable-filter from PATH, not .
-rwxr-xr-xftt-pandoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftt-pandoc b/ftt-pandoc
index 147d86a..d90a632 100755
--- a/ftt-pandoc
+++ b/ftt-pandoc
@@ -8,7 +8,7 @@ docdate()
}
pandoc \
- --filter ./pandoc-fable-filter \
+ --filter pandoc-fable-filter \
--toc \
--number-sections \
--standalone \