From a49c1756b387a18d2ae0f16d22df7b21068a8edf Mon Sep 17 00:00:00 2001 From: Brielle Date: Sat, 27 Feb 2016 15:08:51 -0700 Subject: [PATCH] Fixing a few things... --- get-letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-letsencrypt.sh b/get-letsencrypt.sh index fff3159..4ae2b09 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -38,7 +38,7 @@ case $downloadtype in echo "Cloning repo into ${DESTDIR}..." git clone ${GITREPO} ;; - tar) + zip) echo "Downloading ${ZIPURL} into ${DESTDIR}" curl -o letsencrypt.zip ${ZIPURL} unzip letsencrypt.zip