From d93b0e879beee192e0bb19c431e9a7f050e80e3a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 2 May 2020 18:48:07 +0200 Subject: [PATCH] acme: variable name cleanup Signed-off-by: Thomas Lamprecht --- src/PVE/ACME/DNSChallenge.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index dec57a6..f8ecbff 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -18,7 +18,7 @@ sub type { return 'dns'; } -my $api_name_list = [ +my $plugin_names = [ 'acmedns', 'acmeproxy', 'active24', @@ -125,7 +125,7 @@ sub properties { api => { description => "API plugin name", type => 'string', - enum => $api_name_list, + enum => $plugin_names, }, data => { type => 'string', -- 2.39.2