File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
if [ ! -d " ${FLUTTER_RUNNER_TOOL_CACHE} " ]; then
54
54
FLUTTER_BUILD_OS=$FLUTTER_OS
55
- echo " Installing Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} ..."
55
+ echo " Installing Flutter SDK version: ${FLUTTER_VERSION} ( ${FLUTTER_CHANNEL} ) on \" ${OS} _ ${ARCH} \" ..."
56
56
57
57
# Linux
58
58
# /stable /linux/ flutter_linux_2.10.2-stable.tar.xz
@@ -99,7 +99,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
99
99
exit 1
100
100
fi
101
101
else
102
- echo " Cache restored Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} . "
102
+ echo " Cache restored Flutter SDK version: ${FLUTTER_VERSION} ( ${FLUTTER_CHANNEL} ) on \" ${OS} _ ${ARCH} \" "
103
103
fi
104
104
105
105
# Configure pub to use a fixed location.
You can’t perform that action at this time.
0 commit comments