Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:29 -07:00
コミット d93684db36
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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
;;