File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,11 @@ echo "${FLUTTER_PUB_CACHE}/bin" >> $GITHUB_PATH
173
173
echo " ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin" >> $GITHUB_PATH
174
174
175
175
# Invoke Flutter SDK to suppress the analytics.
176
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter --version --suppress-analytics 2& > 1 > /dev/null
176
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter --version --suppress-analytics 2>& 1 > /dev/null
177
177
178
178
# Disable Google Analytics and CLI animations
179
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-analytics 2& > 1 > /dev/null
180
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-cli-animations 2& > 1 > /dev/null
179
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-analytics 2>& 1 > /dev/null
180
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-cli-animations 2>& 1 > /dev/null
181
181
182
182
# Report success, and print version.
183
183
echo " Succesfully installed Flutter SDK:"
You can’t perform that action at this time.
0 commit comments