Skip to content

Commit 44f5d2f

Browse files
chrisirhcgnprice
andauthored
Update tools/setup-vendor-flutter
Co-authored-by: Greg Price <[email protected]>
1 parent 093f5e5 commit 44f5d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup-vendor-flutter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ this_dir=${BASH_SOURCE[0]%/*}
1111
# using the main channel (main branch).
1212
# We should do a quick check that there's no changes.
1313
if ! submodule_is_clean "vendor/flutter" ; then
14-
echo >&2 "There are changes in 'vendor/flutter' tree or it is not initialized."
14+
echo >&2 "There are changes in the 'vendor/flutter' tree or it is not initialized."
1515
echo >&2 "Please run 'git submodule update --init' then run this script again."
1616
exit 1
1717
fi

0 commit comments

Comments
 (0)