We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ab174 commit f2d512aCopy full SHA for f2d512a
action.sh
@@ -95,7 +95,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
95
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
96
then
97
if [[ -n "${FLUTTER_RELEASE_SHA256}" ]]; then
98
- echo -n "Verifying checksum "
+ echo -n "Verifying checksum: "
99
if [[ $OS == "macos" ]]
100
101
# Note: on macOS put 2 spaces between the hash and the filename
0 commit comments