Skip to content

Commit c5f0e0c

Browse files
committed
Tweak log output
1 parent 01c3eb4 commit c5f0e0c

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
@@ -53,7 +53,7 @@ fi
5353

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

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

106106
# Configure pub to use a fixed location.

0 commit comments

Comments
 (0)