We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093f5e5 commit 44f5d2fCopy full SHA for 44f5d2f
tools/setup-vendor-flutter
@@ -11,7 +11,7 @@ this_dir=${BASH_SOURCE[0]%/*}
11
# using the main channel (main branch).
12
# We should do a quick check that there's no changes.
13
if ! submodule_is_clean "vendor/flutter" ; then
14
- echo >&2 "There are changes in 'vendor/flutter' tree or it is not initialized."
+ echo >&2 "There are changes in the 'vendor/flutter' tree or it is not initialized."
15
echo >&2 "Please run 'git submodule update --init' then run this script again."
16
exit 1
17
fi
0 commit comments