From 97ca3efbccab76a92e1908a3541a9325494203e6 Mon Sep 17 00:00:00 2001 From: Nicola Corna Date: Fri, 15 Dec 2017 09:32:41 +0100 Subject: [PATCH] Minor fix --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 90e82d8..e288534 100755 --- a/src/build.sh +++ b/src/build.sh @@ -210,7 +210,7 @@ for branch in $BRANCH_NAME; do cd $SRC_DIR/mirror repo sync -q --no-clone-bundle echo ">> [$(date)] Syncing branch repository" - cd $TMP_DIR/$branch_dir + cd $SRC_DIR/$branch_dir repo sync -q -c fi