mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Fix typo: rev_token_dir(s)
This commit is contained in:
@@ -26,7 +26,7 @@ class ClientAuthenticator(object):
|
||||
|
||||
"""
|
||||
self.rec_token = recovery_token.RecoveryToken(
|
||||
config.acme_server, config.rev_token_dirs)
|
||||
config.acme_server, config.rev_token_dir)
|
||||
|
||||
def get_chall_pref(self, unused_domain): # pylint: disable=no-self-use
|
||||
"""Return list of challenge preferences."""
|
||||
|
||||
Reference in New Issue
Block a user