aboutsummaryrefslogtreecommitdiff
path: root/linux/make_artifacts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/make_artifacts.sh')
-rw-r--r--linux/make_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index aee62245b..6758b7c3d 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -36,7 +36,7 @@ strip "$ARTIFACTS/pandoc"
file "$ARTIFACTS/pandoc" | grep "statically linked"
# Confirm that it has +lua and +server support
-"$ARTIFACTS/pandoc --version" | grep -q '+server +lua'
+"$ARTIFACTS/pandoc" --version | grep -q '+server +lua'
# Confirm that it has data files baked in:
strings "$ARTIFACTS/pandoc" | grep -q '\$title\$'