aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-09-02 01:24:03 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-10-14 14:06:55 +0200
commit8b213ba547e1c99af66afe6ea3b569bf02bfb6b9 (patch)
treebc495ee7ffaa319d0d087cd0e84da5979d1c4533
parent0d96455b3f61092af3ea086512e2b7d8cdc23477 (diff)
downloadhlupak-8b213ba547e1c99af66afe6ea3b569bf02bfb6b9.tar.gz
fix[gh-clone]: fix location of mirrors
-rwxr-xr-xgh-clone.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gh-clone.sh b/gh-clone.sh
index 04c3f3d..b4bfdb2 100755
--- a/gh-clone.sh
+++ b/gh-clone.sh
@@ -2,7 +2,8 @@
set -eux
ORGANIZATION="openSUSE-Python"
-cd /home/pymirrors/repos/
+# cd /home/pymirrors/repos/
+cd /home/matej/repos/pymirrors/
ORIG_REPO="$1"