Skip to content

Commit f2d512a

Browse files
committed
Update verify checksum log
1 parent 08ab174 commit f2d512a

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
@@ -95,7 +95,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
9595
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
9696
then
9797
if [[ -n "${FLUTTER_RELEASE_SHA256}" ]]; then
98-
echo -n "Verifying checksum "
98+
echo -n "Verifying checksum: "
9999
if [[ $OS == "macos" ]]
100100
then
101101
# Note: on macOS put 2 spaces between the hash and the filename

0 commit comments

Comments
 (0)