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