From b135527347394a48ec5bed5713404bee0a502b10 Mon Sep 17 00:00:00 2001 From: starsoccer <1938666+starsoccer@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:58:47 -0400 Subject: [PATCH] Fix version key --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index f6ee2894..71720461 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -130,7 +130,7 @@ "dnsmulti": { "name": "DnsMulti", "package_name": "certbot-dns-multi", - "version_requirement": "~=4.9", + "version": "~=4.9", "dependencies": "", "credentials": "# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234", "full_plugin_name": "dns-multi"