File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cleanup() {
17
17
trap cleanup EXIT HUP INT QUIT TERM PIPE
18
18
cd " $tmpdir "
19
19
20
- git clone --single-branch -vv \
20
+ git clone --single-branch --branch main - vv \
21
21
https://dart.googlesource.com/external/github.com/flutter/engine
22
22
23
23
cd engine
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ popd # flutter
71
71
git clone --single-branch --depth=1 -vv \
72
72
https://dart.googlesource.com/external/github.com/flutter/buildroot src
73
73
pushd src
74
- git clone --single-branch --depth=1 -vv \
74
+ git clone --single-branch --branch main -- depth=1 -vv \
75
75
https://dart.googlesource.com/external/github.com/flutter/engine flutter
76
76
mkdir -p third_party
77
77
pushd third_party
You can’t perform that action at this time.
0 commit comments