mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Fix dnsimple typo (#9787)
Fixes https://github.com/certbot/certbot/issues/9786.
This commit is contained in:
@@ -39,7 +39,7 @@ class Authenticator(dns_common_lexicon.LexiconDNSAuthenticator):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def _provider_name(self) -> str:
|
def _provider_name(self) -> str:
|
||||||
return 'dnssimple'
|
return 'dnsimple'
|
||||||
|
|
||||||
def _handle_http_error(self, e: HTTPError, domain_name: str) -> errors.PluginError:
|
def _handle_http_error(self, e: HTTPError, domain_name: str) -> errors.PluginError:
|
||||||
hint = None
|
hint = None
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
*
|
* Fixed a bug that broke the DNS plugin for DNSimple that was introduced in
|
||||||
|
version 2.7.0 of the plugin.
|
||||||
|
|
||||||
More details about these changes can be found on our GitHub repo.
|
More details about these changes can be found on our GitHub repo.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user