Skip to content

Commit 73589b0

Browse files
committed
Update verify checksum log
1 parent 51cce0d commit 73589b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
9191
DOWNLOAD_PATH="${RUNNER_TEMP}/${FLUTTER_BUILD}"
9292
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
9393
then
94-
echo -n "Verifying checksum..."
94+
echo -n "Verifying checksum "
9595
if [[ $OS == "linux" ]]
9696
then
9797
echo "${FLUTTER_RELEASE_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -

0 commit comments

Comments
 (0)