diff options
-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" |