Skip to content

Commit

Permalink
Correct use of repo init urls
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Jan 1, 2025
1 parent eb80ad9 commit 35607e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if [ "$LOCAL_MIRROR" = true ]; then
if [ "$INIT_MIRROR" = true ]; then
if [ ! -d .repo ]; then
echo ">> [$(date)] Initializing mirror repository" | tee -a "$repo_log"
( yes||: ) | repo init -u "$MIRROR_REPO" --mirror --no-clone-bundle -p linux --git-lfs &>> "$repo_log"
( yes||: ) | repo init -u "$MIRROR_URL" --mirror --no-clone-bundle -p linux --git-lfs &>> "$repo_log"
fi
else
echo ">> [$(date)] Initializing mirror repository disabled" | tee -a "$repo_log"
Expand Down

0 comments on commit 35607e0

Please sign in to comment.