diff --git a/letsencrypt/client/client_authenticator.py b/letsencrypt/client/client_authenticator.py index 2897a5132..5ac93c383 100644 --- a/letsencrypt/client/client_authenticator.py +++ b/letsencrypt/client/client_authenticator.py @@ -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."""