Skip to content

Commit

Permalink
fix: lint ACL.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRicci authored Oct 21, 2024
1 parent 114358f commit 2e5f146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/perl/OVH/Bastion/Plugin/ACL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 2e5f146

Please sign in to comment.