Skip to content

Commit 35dd7c6

Browse files
committed
colorização sintática
1 parent 41ca232 commit 35dd7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print/pdf_export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e # exit when any command fails
3-
asciidoctor-pdf -v --theme pyfl-theme.yml $1
3+
bundle exec asciidoctor-pdf -v --theme pyfl-theme.yml $1
44
open "${1%.*}.pdf"

0 commit comments

Comments
 (0)