aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rwxr-xr-xroles/git/files/runner-mirror/mirror.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/files/runner-mirror/mirror.sh b/roles/git/files/runner-mirror/mirror.sh
index a517b86..0aade9d 100755
--- a/roles/git/files/runner-mirror/mirror.sh
+++ b/roles/git/files/runner-mirror/mirror.sh
@@ -25,7 +25,7 @@ function lock() {
lock
mkdir -p mirrors
-pushd mirrors
+cd mirrors
for R in $(cat /projects.list | awk -F '/' '/mirror/ { print $2 }'); do
echo "==> REPO: $R"