From 65332103e17cb6dc0988d7e2d30f8ca9e12f3220 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 15 Jul 2019 05:02:49 +0200 Subject: [PATCH] Fix typo --- wo/cli/plugins/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index e20a6d6..327f587 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -1271,7 +1271,7 @@ class WOSiteUpdateController(CementBaseController): if self.app.pargs.letsencrypt == "on": setupLetsEncrypt(self, wo_domain) httpsRedirect(self, wo_domain) - elif self.app.pargs.letsencrypt == "subodmain": + elif self.app.pargs.letsencrypt == "subdomain": setupLetsEncryptSubdomain(self, wo_domain) httpsRedirect(self, wo_domain) elif self.app.pargs.letsencrypt == "wildcard":