Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius committed Jul 21, 2024
1 parent fbf2347 commit f363b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ initRepos() {

syncRepos() {
echo "--> Syncing repos"
repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
repo sync -c -q --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c -q --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
echo
}

Expand Down

0 comments on commit f363b62

Please sign in to comment.