mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-25 16:13:38 +08:00
fix: message protocol in ACL.pm
This commit is contained in:
parent
529a1325d5
commit
dc27e041a0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue