Skip to content

Commit 2ac4c57

Browse files
committed
Tweak log output
1 parent 6f0a8c8 commit 2ac4c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252

5353
if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
5454
FLUTTER_BUILD_OS=$FLUTTER_OS
55-
echo "Installing Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS}"
55+
echo "Installing Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel for ${OS}/${ARCH}..."
5656

5757
# Linux
5858
# /stable /linux/ flutter_linux_2.10.2-stable.tar.xz
@@ -99,7 +99,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
9999
exit 1
100100
fi
101101
else
102-
echo "Cache restored Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS}"
102+
echo "Cache restored Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel for ${OS}/${ARCH}."
103103
fi
104104

105105
# Configure pub to use a fixed location.

0 commit comments

Comments
 (0)