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
173173echo " ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin" >> $GITHUB_PATH
174174
175175# 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
177177
178178# 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
181181
182182# Report success, and print version.
183183echo " Succesfully installed Flutter SDK:"
You can’t perform that action at this time.
0 commit comments