aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index df8264a..4ac2c9d 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -38,7 +38,7 @@ repo-sync-from-mirror () {
setup-repo-vars
if [ -d "$REPO_SEED_DIR" ]; then
- repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --reference=$REPO_SEED
+ repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --reference=$REPO_SEED_DIR
else
repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --depth=1
fi