Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 61806ce

Browse files
committed
fix nosync
1 parent 88c04d4 commit 61806ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Q_Builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ then
155155
git clone https://gitlab.com/switchroot/android/manifest.git -b lineage-17.1 local_manifests
156156
repo sync --force-sync -j${JOBS}
157157

158-
elif [ NOSYNC -eq 1 ];
158+
elif [ NOSYNC -eq 0 ];
159159
then
160160
cd $BUILDBASE/android/lineage
161161
repo forall -c 'git reset --hard'

0 commit comments

Comments
 (0)