Skip to content

Commit

Permalink
Fix bad indent on jpeg-recompress version output
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Nov 2, 2020
1 parent 08ada84 commit d1c20eb
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 @@ -62,7 +62,7 @@ echo "-----> Image-Optim binaries version"

/tmp/codon/vendor/bin/jhead -V | head -1 | indent

echo -n "jpeg-recompress ";/tmp/codon/vendor/bin/jpeg-recompress -V | head -1 | indent
echo -n "jpeg-recompress `/tmp/codon/vendor/bin/jpeg-recompress -V`" | head -1 | indent

/tmp/codon/vendor/bin/jpegoptim -V | head -1 | indent

Expand Down

0 comments on commit d1c20eb

Please sign in to comment.