commit | 166ae8f0ce767aa1827bbaa1057566c396f7c4d1 | [log] [tgz] |
---|---|---|
author | keyonghan <54558023+keyonghan@users.noreply.github.com> | Fri Jun 03 15:43:12 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 03 15:43:12 2022 -0700 |
tree | cbf76ec41a916959c68970eeebc0ff1ce50ddb1b | |
parent | 4b2114beb992da0e031c4e9f94e04f6e659e704b [diff] |
Switch master to main in prepare_tool.sh (#2200)
diff --git a/.ci/scripts/prepare_tool.sh b/.ci/scripts/prepare_tool.sh index b25d769..2e17392 100755 --- a/.ci/scripts/prepare_tool.sh +++ b/.ci/scripts/prepare_tool.sh
@@ -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.