From 2f5035a935142aeadcc22a216572b104cd1ded38 Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 28 Oct 2020 01:35:16 -0400 Subject: [PATCH] fix incorrect github ssh url --- repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.sh b/repo.sh index 10baaef..09a5dbf 100755 --- a/repo.sh +++ b/repo.sh @@ -41,7 +41,7 @@ get_void_pkgs(){ echo -n "Remote git username? (i.e github username): " read git_user - git clone github.com:"${git_user}"/void-packages.git "${vpkgs_location}" || exit 1 + git clone git@github.com:"${git_user}"/void-packages.git "${vpkgs_location}" || exit 1 break else