From b4b49ba83b32c88af0b2ec0a049885d172a2ee7a Mon Sep 17 00:00:00 2001 From: ymnick Date: Tue, 7 Nov 2017 14:58:12 -0800 Subject: [PATCH] Update getHostHardwareHealthInfo.pl bug fix --- perl/getHostHardwareHealthInfo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/getHostHardwareHealthInfo.pl b/perl/getHostHardwareHealthInfo.pl index 1f80c1e3..062b27d0 100755 --- a/perl/getHostHardwareHealthInfo.pl +++ b/perl/getHostHardwareHealthInfo.pl @@ -85,7 +85,7 @@ sub checkHosts { &startReportCreation(); my $host_views = Vim::find_entity_views(view_type => 'HostSystem'); foreach(@$host_views) { - &getHardwareHealthInfo($host_view); + &getHardwareHealthInfo($_); } } } else {