Skip to content

Commit

Permalink
always add a space between zone name and status
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Oct 28, 2022
1 parent 660e9a0 commit 16bf9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zadm/Zones.pm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sub refresh($self) {
}

sub dump($self, $zName = undef, $opts = {}) {
my $format = "%-18s%-11s%-9s%6s%8s%8s\n";
my $format = "%-17s %-11s%-9s%6s%8s%8s\n";
my @header = qw(NAME STATUS BRAND);
my @zStats = qw(RAM CPUS SHARES);

Expand Down

0 comments on commit 16bf9dd

Please sign in to comment.