summaryrefslogtreecommitdiff
path: root/ghclone
diff options
context:
space:
mode:
Diffstat (limited to 'ghclone')
-rwxr-xr-xghclone2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghclone b/ghclone
index 6481a82..0502739 100755
--- a/ghclone
+++ b/ghclone
@@ -34,7 +34,7 @@ dir="$dest/$repo"
mkdir -p "$dest"
cd "$dest"
-git clone "gh:$owner/$repo"
+git clone "git@github.com:$owner/$repo"
git config \
--file="$dir/.git/config" \