Skip to content
Snippets Groups Projects
Commit 0b1cfd33 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix typo

parent 5b271d31
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ sub search {
my ( $base, $scope, $deref, $sizeLim, $timeLim, $filterStr, $attrOnly,
@attrs )
= @_;
print {*STDERR}, "====$filterStr====\n";
print {*STDERR} "====$filterStr====\n";
$filterStr =~ s/\(|\)//gm;
$filterStr =~ s/=/: /m;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment