From 101b24a5c7b8440032aac76e04cbe43c193c79d9 Mon Sep 17 00:00:00 2001 From: borekon Date: Tue, 28 Jan 2025 11:00:47 +0100 Subject: [PATCH] Typo in the question to convert all files to AVIF format pull from https://github.com/VirtuBox/img-optimize/pull/19 --- optimize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimize.sh b/optimize.sh index c9a1f48..87a15ca 100755 --- a/optimize.sh +++ b/optimize.sh @@ -168,7 +168,7 @@ if [ "$INTERACTIVE_MODE" = "1" ]; then fi if [ -z "$AVIF_OPTIMIZATION" ]; then echo "" - echo "Do you want to convert all jpg & png images to WebP in $IMG_PATH ? (y/n)" + echo "Do you want to convert all jpg & png images to AVIF in $IMG_PATH ? (y/n)" while [[ $AVIF_OPTIMIZATION != "y" && $AVIF_OPTIMIZATION != "n" ]]; do echo "Select an option [y/n]: " read -r AVIF_OPTIMIZATION