Switch master to main in prepare_tool.sh (#2200)

This commit is contained in:
keyonghan
2022-06-03 15:43:12 -07:00
committed by GitHub
parent 4b2114beb9
commit 166ae8f0ce

View File

@ -4,7 +4,7 @@
# found in the LICENSE file.
# To set FETCH_HEAD for "git merge-base" to work
git fetch origin master
git fetch origin main
# Pinned version of the plugin tools, to avoid breakage in this repository
# when pushing updates from flutter/plugins.