File: consistency.patch

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,076 kB
  • sloc: xml: 533; makefile: 130; sh: 18
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Last-Update: 2021-01-19
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: minor consistency correction so our disable-provider patching work.

--- a/providers/dns/dns_providers.go
+++ b/providers/dns/dns_providers.go
@@ -117,7 +117,7 @@
 // NewDNSChallengeProviderByName Factory for DNS providers.
 func NewDNSChallengeProviderByName(name string) (challenge.Provider, error) {
 	switch name {
-	case "acme-dns":
+	case "acmedns":
 		return acmedns.NewDNSProvider()
 	case "alidns":
 		return alidns.NewDNSProvider()