Skip to content

Commit

Permalink
debugging ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparJohannesSchneider authored Apr 13, 2021
1 parent 34eee3f commit 406eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
echo | cat /etc/ImageMagick-6/policy.xml
DQT='"'
SRC="rights=\${DQT}none${DQT} pattern=${DQT}PDF${DQT}"
SRC="rights=${DQT}none${DQT} pattern=${DQT}PDF${DQT}"
RPL="rights=${DQT}read|write${DQT} pattern=${DQT}PDF${DQT}"
echo '*********************************************'
echo $SRC
Expand Down

0 comments on commit 406eee0

Please sign in to comment.