mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-16 01:44:30 +08:00
fix: groupInfo: show group name in human-readable output
This commit is contained in:
parent
1be7b2c3eb
commit
f7f1514dd0
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ foreach my $groupData (@groups) {
|
|||
|
||||
sub print_group_info {
|
||||
my %ret = @_;
|
||||
my $groupName = $ret{'shortGroup'};
|
||||
my $groupName = $ret{'group'};
|
||||
|
||||
osh_info("Group ${groupName}'s Owners are: "
|
||||
. colored(@{$ret{'owners'}} ? join(" ", sort @{$ret{'owners'}}) : '-', 'red'))
|
||||
|
|
Loading…
Add table
Reference in a new issue