enh(form) small modification

This commit is contained in:
Simon Bomm 2020-04-28 13:56:28 +02:00 committed by GitHub
parent 53e586b8eb
commit b020f48a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';