From 5074d561848f9e4f72d1ca66970439a3a211c1d3 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Wed, 26 Feb 2020 20:32:16 +0000 Subject: [PATCH] use ssh git repository --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 79ab7fc..b8e5c6a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,7 +38,7 @@ echo "setting up..." # Variables: $REPOSITORY if [ -z "$REPOSITORY" ]; then REPOSITORY="andrejusk/dotfiles"; fi -readonly repository_url="https://github.com/$REPOSITORY.git" +readonly repository_url="git@github.com:$REPOSITORY.git" echo "using repository: $repository_url" # Variables: $WORKSPACE