diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-09-02 01:24:03 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-10-14 14:06:55 +0200 |
commit | 8b213ba547e1c99af66afe6ea3b569bf02bfb6b9 (patch) | |
tree | bc495ee7ffaa319d0d087cd0e84da5979d1c4533 | |
parent | 0d96455b3f61092af3ea086512e2b7d8cdc23477 (diff) | |
download | hlupak-8b213ba547e1c99af66afe6ea3b569bf02bfb6b9.tar.gz |
fix[gh-clone]: fix location of mirrors
-rwxr-xr-x | gh-clone.sh | 3 |
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" |