"expand" should print to SDTOUT instead of STDERR
Other ssh commands where fixed in 15475f666c
,
but "expand" was somehow missed.
Signed-off-by: Teemu Matilainen <teemu.matilainen@reaktor.fi>
This commit is contained in:
parent
716681a0ce
commit
9c171d166d
|
@ -245,7 +245,7 @@ sub expand_wild
|
||||||
|
|
||||||
# you need a minimum of "R" access to the regex we're talking about
|
# you need a minimum of "R" access to the regex we're talking about
|
||||||
next unless $repos{$repo}{R}{'@all'} or $repos{$repo}{R}{$user};
|
next unless $repos{$repo}{R}{'@all'} or $repos{$repo}{R}{$user};
|
||||||
print STDERR "($creater)\t$actual_repo\n";
|
print "($creater)\t$actual_repo\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue