Fixed a spelling mistake

Your -> you
This commit is contained in:
Old School van den Berg
2022-10-15 16:42:17 +02:00
committed by GitHub
parent 8743596451
commit 898d75e874

View File

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