fix: lint ACL.pm

pull/503/head
TomRicci 2 years ago committed by Stéphane Lesimple
parent 949d68485e
commit a64db67fe2

@ -27,7 +27,8 @@ 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 scpupload, scpdownload, sftp or rsync");
msg =>
"The protocol '$protocol' is not supported, expected either scpupload, scpdownload, sftp or rsync");
}
}

Loading…
Cancel
Save