Unverified Commit 1e127003 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

update flutter and flutter.bat command to suggest stable branch (#27556)

parent 36c5e321
......@@ -162,7 +162,7 @@ if [[ ! -e "$FLUTTER_ROOT/.git" ]]; then
echo "Error: The Flutter directory is not a clone of the GitHub project."
echo " The flutter tool requires Git in order to operate properly;"
echo " to set up Flutter, run the following command:"
echo " git clone -b beta https://github.com/flutter/flutter.git"
echo " git clone -b stable https://github.com/flutter/flutter.git"
exit 1
fi
......
......@@ -40,7 +40,7 @@ IF NOT EXIST "%flutter_root%\.git" (
ECHO Error: The Flutter directory is not a clone of the GitHub project.
ECHO The flutter tool requires Git in order to operate properly;
ECHO to set up Flutter, run the following command:
ECHO git clone -b beta https://github.com/flutter/flutter.git
ECHO git clone -b stable https://github.com/flutter/flutter.git
EXIT /B 1
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment