From 3ebd77711fe19a7a27d82acdb1406c73e1d7a323 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 5 Oct 2023 18:12:01 +0200 Subject: [PATCH] flatcar-update: small typo in the helper Signed-off-by: Mathieu Tortuyaux --- bin/flatcar-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/flatcar-update b/bin/flatcar-update index e2b9a58..d1ca303 100755 --- a/bin/flatcar-update +++ b/bin/flatcar-update @@ -192,7 +192,7 @@ if [ "$PAYLOAD" = "" ]; then echo "Error: mismatch with downloaded SHA256 checksum (${SHA256_TO_CHECK})" > /dev/stderr ; exit 1 fi done - echo "When restarting after an error you may reuse them with '--to-payload $PAYLOAD --extension ${EXTENSIONS[*]}' (add --extension for before each extension)" + echo "When restarting after an error you may reuse them with '--to-payload $PAYLOAD --extension ${EXTENSIONS[*]}' (add --extension before each extension)" else for DOWNLOAD_FILE in "$PAYLOAD" "${EXTENSIONS[@]}"; do BASEFILENAME="$(basename -- "${DOWNLOAD_FILE}" | sed 's/flatcar_test_update-//g')"