1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 12:52:56 +00:00
This commit is contained in:
Jeremy Fleischman
2016-06-06 22:23:32 -07:00
committed by neil
parent bf233fbd48
commit 9003525210
+1 -1
View File
@@ -2030,7 +2030,7 @@ install() {
_info "Installing to $LE_WORKING_DIR"
if ! mkdir -p "$LE_WORKING_DIR" ; then
_err "Can not craete working dir: $LE_WORKING_DIR"
_err "Can not create working dir: $LE_WORKING_DIR"
return 1
fi