From 50ce400b17d00531152f7ef8cd501f1c75ae13b3 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 25 Dec 2019 14:35:00 -0500 Subject: [PATCH] Use HTTPS for new-host checkout. --- new-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-host.sh b/new-host.sh index d39335c..73f7f64 100644 --- a/new-host.sh +++ b/new-host.sh @@ -1,7 +1,7 @@ #!/bin/bash if [[ ! -d ~/.common-configs ]]; then - git clone git@github.com:programmablereya/common-configs.git ~/.common-configs + git clone https://github.com/programmablereya/common-configs.git ~/.common-configs cd ~/.common-configs else cd ~/.common-configs