Skip to content

Commit

Permalink
Fix typo on version echo for pngquant
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed May 14, 2021
1 parent 6e2d4b4 commit 168fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ echo -n "jpeg-recompress `/tmp/codon/vendor/bin/jpeg-recompress -V`" | head -1 |

/tmp/codon/vendor/bin/pngcrush -version 2>&1 | head -1 | indent

/tmp/codon/vendor/bin/pngquant pngquant 2>&1 | head -1 | indent
/tmp/codon/vendor/bin/pngquant 2>&1 | head -1 | indent

cd $WORKING_DIR

0 comments on commit 168fbd3

Please sign in to comment.