From d93684db369ffb086e2f30738a5cf5f39fc8a885 Mon Sep 17 00:00:00 2001 From: Brielle Date: Sat, 27 Feb 2016 15:08:29 -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 5303f36..fff3159 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -39,7 +39,7 @@ case $downloadtype in git clone ${GITREPO} ;; tar) - echo "Downloading ${ZIPURL} into ${DESTDIR} + echo "Downloading ${ZIPURL} into ${DESTDIR}" curl -o letsencrypt.zip ${ZIPURL} unzip letsencrypt.zip ;;