mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Fix typo
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ def _get_server_root(config):
|
||||
if os.path.isdir(os.path.join(config, name))]
|
||||
|
||||
if len(subdirs) != 1:
|
||||
errors.Error("Malformed configuration directiory {0}".format(config))
|
||||
errors.Error("Malformed configuration directory {0}".format(config))
|
||||
|
||||
return os.path.join(config, subdirs[0].rstrip())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user