summaryrefslogtreecommitdiff
path: root/pandoc.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-09 09:57:07 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-09 09:57:07 +0300
commitf177aecf2cdef06e58b0bc62fda9236a7e26e2b0 (patch)
tree2e538ef86912e4424b789d5759b9e40b661f51ae /pandoc.sh
parent34fc69354368619ab73aabc94616491d585bd21d (diff)
downloadfable-poc-f177aecf2cdef06e58b0bc62fda9236a7e26e2b0.tar.gz
Fix: git describe invocation
Diffstat (limited to 'pandoc.sh')
-rwxr-xr-xpandoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.sh b/pandoc.sh
index 881e00a..693b266 100755
--- a/pandoc.sh
+++ b/pandoc.sh
@@ -4,7 +4,7 @@ set -eu
docdate()
{
- git describe --dirty HEAD 2> /dev/null || date -R
+ git describe --dirty 2> /dev/null || date -R
}
pandoc \