We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ca232 commit 35dd7c6Copy full SHA for 35dd7c6
print/pdf_export.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -e # exit when any command fails
3
-asciidoctor-pdf -v --theme pyfl-theme.yml $1
+bundle exec asciidoctor-pdf -v --theme pyfl-theme.yml $1
4
open "${1%.*}.pdf"
0 commit comments