diff --git a/lib/perl/OVH/Bastion/Plugin/ACL.pm b/lib/perl/OVH/Bastion/Plugin/ACL.pm index 9be5ee4..86aa16f 100644 --- a/lib/perl/OVH/Bastion/Plugin/ACL.pm +++ b/lib/perl/OVH/Bastion/Plugin/ACL.pm @@ -27,7 +27,7 @@ sub check { } if (!grep { $protocol eq $_ } qw{ scpupload scpdownload sftp rsync }) { return R('ERR_INVALID_PARAMETER', - msg => "The protocol '$protocol' is not supported, expected either scpup, scpdown, sftp or rsync"); + msg => "The protocol '$protocol' is not supported, expected either scpupload, scpdownload, sftp or rsync"); } }