]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
pve5to6: align summary counters
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 27 Jun 2019 17:21:45 +0000 (19:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 27 Jun 2019 17:48:36 +0000 (19:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve5to6.pm

index 324ea5249cae2ef4e3eb29b052169f671e6248fb..e73e2b62d832e444b5b4a73d4e572e74ae1d4423 100644 (file)
@@ -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');