Skip to content

Commit 4e60a0d

Browse files
authored
Fix dnsimple typo (#9787)
Fixes #9786.
1 parent 44046c7 commit 4e60a0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def more_info(self) -> str:
3939

4040
@property
4141
def _provider_name(self) -> str:
42-
return 'dnssimple'
42+
return 'dnsimple'
4343

4444
def _handle_http_error(self, e: HTTPError, domain_name: str) -> errors.PluginError:
4545
hint = None

certbot/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
1414

1515
### Fixed
1616

17-
*
17+
* Fixed a bug that broke the DNS plugin for DNSimple that was introduced in
18+
version 2.7.0 of the plugin.
1819

1920
More details about these changes can be found on our GitHub repo.
2021

0 commit comments

Comments
 (0)