From 5cee753d48178ee0fbadbd7a399b45206a434be5 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Mon, 6 Jun 2016 22:21:35 -0700 Subject: [PATCH] Fix typo: craete -> create. --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index c0f67841..a7032f7d 100755 --- a/acme.sh +++ b/acme.sh @@ -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