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

Commit

Permalink
fix nosync
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Jan 14, 2021
1 parent 88c04d4 commit 61806ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Q_Builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ then
git clone https://gitlab.com/switchroot/android/manifest.git -b lineage-17.1 local_manifests
repo sync --force-sync -j${JOBS}

elif [ NOSYNC -eq 1 ];
elif [ NOSYNC -eq 0 ];
then
cd $BUILDBASE/android/lineage
repo forall -c 'git reset --hard'
Expand Down

0 comments on commit 61806ce

Please sign in to comment.