You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/flatcar-update
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ if [ "$PAYLOAD" = "" ]; then
192
192
echo"Error: mismatch with downloaded SHA256 checksum (${SHA256_TO_CHECK})"> /dev/stderr ;exit 1
193
193
fi
194
194
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)"
196
196
else
197
197
forDOWNLOAD_FILEin"$PAYLOAD""${EXTENSIONS[@]}";do
198
198
BASEFILENAME="$(basename -- "${DOWNLOAD_FILE}"| sed 's/flatcar_test_update-//g')"
0 commit comments