From 898d75e87463ad671640f8f9f9808ab3fe0bcdd1 Mon Sep 17 00:00:00 2001 From: Old School van den Berg Date: Sat, 15 Oct 2022 16:42:17 +0200 Subject: [PATCH] Fixed a spelling mistake Your -> you --- wo/core/acme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/acme.py b/wo/core/acme.py index 6326740..5318338 100644 --- a/wo/core/acme.py +++ b/wo/core/acme.py @@ -96,7 +96,7 @@ class WOAcme: Log.failed(self, "Issuing SSL cert with acme.sh") if acmedata['dns'] is True: Log.error( - self, "Please make sure your properly " + self, "Please make sure you properly " "set your DNS API credentials for acme.sh\n" "If you are using sudo, use \"sudo -E wo\"") return False