aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/asciidoc')
-rwxr-xr-xscripts/asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asciidoc b/scripts/asciidoc
index 9e0d196..e29fb9f 100755
--- a/scripts/asciidoc
+++ b/scripts/asciidoc
@@ -90,6 +90,6 @@ fi
<&0 erl +A0 -boot no_dot_erlang -noshell -pz `dirname $0`/../ebin -eval " \
case asciideck:to_html($PARSE_CALL, $TRANSLATE_OPTS) of \
ok -> ok; \
- Output -> io:format(\"~s~n\", [Output]) \
+ Output -> io:format(\"~ts~n\", [Output]) \
end, \
halt()"