Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit de399e4

Browse files
committed
Oops, checkout-branch needs to be in /aosp.
1 parent 04dd061 commit de399e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.sh

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ case "$command" in
3939
checkout-branch)
4040
branch="$2"
4141
shift; shift
42-
cd /mirror
4342
test -d .repo || repo init -u /mirror/platform/manifest.git -b "$branch"
4443
repo sync "$@"
4544
;;

0 commit comments

Comments
 (0)