Fixed a spelling mistake
Your -> you
This commit is contained in:
committed by
GitHub
parent
8743596451
commit
898d75e874
@@ -96,7 +96,7 @@ class WOAcme:
|
|||||||
Log.failed(self, "Issuing SSL cert with acme.sh")
|
Log.failed(self, "Issuing SSL cert with acme.sh")
|
||||||
if acmedata['dns'] is True:
|
if acmedata['dns'] is True:
|
||||||
Log.error(
|
Log.error(
|
||||||
self, "Please make sure your properly "
|
self, "Please make sure you properly "
|
||||||
"set your DNS API credentials for acme.sh\n"
|
"set your DNS API credentials for acme.sh\n"
|
||||||
"If you are using sudo, use \"sudo -E wo\"")
|
"If you are using sudo, use \"sudo -E wo\"")
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user