Fix typo: rev_token_dir(s)

This commit is contained in:
Jakub Warmuz
2015-02-02 19:17:03 +00:00
parent 7828853e8c
commit 4357c625c4
+1 -1
View File
@@ -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."""