From 168fbd3cdd7c56d0fce32e7392b69b07b519a474 Mon Sep 17 00:00:00 2001 From: Pedro Moreira Date: Fri, 14 May 2021 16:16:07 +0100 Subject: [PATCH] Fix typo on version echo for pngquant --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 78f9850..efade14 100755 --- a/bin/compile +++ b/bin/compile @@ -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