From: Don Armstrong Date: Sat, 30 Mar 2019 23:48:16 +0000 (-0700) Subject: use https by default X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=4331e522ee9a81153f0dfb38a4aac1d7a653c5f2;hp=4379aba5227f4a39ec9dd4c6d93903e388fcba38;p=bin.git use https by default --- diff --git a/new_home_directory b/new_home_directory index 31f0983..706c1cb 100755 --- a/new_home_directory +++ b/new_home_directory @@ -5,7 +5,7 @@ # makes a new home directory; defaults to one that does not use ssh -GIT_BASE=http://git.donarmstrong.com/ +GIT_BASE=https://git.donarmstrong.com/ if [ "$1" = "ssh" ]; then GIT_BASE=git+ssh://git.donarmstrong.com/srv/git/