enh(form) small modification

This commit is contained in:
Simon Bomm 2020-04-28 13:56:28 +02:00 committed by Lotfi zaouche
parent b9e4f706b1
commit 5525772548
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sub new {
$self->{version} = '1.0';
%{ $self->{modes} } = (
'traffic' => 'cloud::aws::vpn::mode::traffic',
'listvpn' => 'cloud::aws::vpn::mode::listvpn'
'list-vpn' => 'cloud::aws::vpn::mode::listvpn'
);
$self->{custom_modes}{paws} = 'cloud::aws::custom::paws';