Signed-off-by: Wolfgang Link <w.l...@proxmox.com> --- PVE/CLI/pvenode.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/PVE/CLI/pvenode.pm b/PVE/CLI/pvenode.pm index d9e41a8e..e8c2005e 100644 --- a/PVE/CLI/pvenode.pm +++ b/PVE/CLI/pvenode.pm @@ -5,12 +5,11 @@ use warnings; use PVE::API2::ACME; use PVE::API2::ACMEAccount; -use PVE::API2::ACMEPlugin; use PVE::API2::Certificates; use PVE::API2::NodeConfig; use PVE::API2::Nodes; +use PVE::API2::ACMEPlugin; use PVE::API2::Tasks; - use PVE::CertHelpers; use PVE::Certificate; use PVE::Exception qw(raise_param_exc raise); @@ -211,13 +210,12 @@ our $cmddef = { plugin => { get => [ 'PVE::API2::ACMEPlugin', 'get_plugin_options', [], {}, sub { - my $line = shift; - print $line; + my $line = shift; + print $line; } ], add => [ 'PVE::API2::ACMEPlugin', 'add_plugin', ['type', 'id'] ], del => [ 'PVE::API2::ACMEPlugin', 'delete_plugin', ['id'] ], }, - }, wakeonlan => [ 'PVE::API2::Nodes::Nodeinfo', 'wakeonlan', [ 'node' ], {}, sub { -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel