mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix typo: rev_token_dir(s)
This commit is contained in:
parent
7828853e8c
commit
4357c625c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue