From: Thomas Lamprecht Date: Thu, 27 Jun 2019 17:21:45 +0000 (+0200) Subject: pve5to6: align summary counters X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=de85c71dcf0e06c93199928abdc0720e76e269ef;p=pve-manager-legacy.git pve5to6: align summary counters Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/CLI/pve5to6.pm b/PVE/CLI/pve5to6.pm index 324ea524..e73e2b62 100644 --- a/PVE/CLI/pve5to6.pm +++ b/PVE/CLI/pve5to6.pm @@ -414,8 +414,8 @@ __PACKAGE__->register_method ({ check_misc(); print_header("SUMMARY"); - print colored("PASSED: $counters->{pass}\n", 'green'); - print "SKIPPED: $counters->{skip}\n"; + print colored("PASSED: $counters->{pass}\n", 'green'); + print "SKIPPED: $counters->{skip}\n"; print colored("WARNINGS: $counters->{warn}\n", 'yellow'); print colored("FAILURES: $counters->{fail}\n", 'red');