Skip to content

Commit 591e7a6

Browse files
authored
Merge pull request #110 from flatcar/tormath1/typo
flatcar-update: small typo in the helper
2 parents 58b5c3c + 3ebd777 commit 591e7a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/flatcar-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if [ "$PAYLOAD" = "" ]; then
192192
echo "Error: mismatch with downloaded SHA256 checksum (${SHA256_TO_CHECK})" > /dev/stderr ; exit 1
193193
fi
194194
done
195-
echo "When restarting after an error you may reuse them with '--to-payload $PAYLOAD --extension ${EXTENSIONS[*]}' (add --extension for before each extension)"
195+
echo "When restarting after an error you may reuse them with '--to-payload $PAYLOAD --extension ${EXTENSIONS[*]}' (add --extension before each extension)"
196196
else
197197
for DOWNLOAD_FILE in "$PAYLOAD" "${EXTENSIONS[@]}"; do
198198
BASEFILENAME="$(basename -- "${DOWNLOAD_FILE}" | sed 's/flatcar_test_update-//g')"

0 commit comments

Comments
 (0)