Fixing spacing

This commit is contained in:
William Lam
2017-02-01 09:45:32 -08:00
parent e3c9108ae8
commit 0d1c8c79c8

View File

@@ -32,7 +32,6 @@
InstallTime = $results.install_time; InstallTime = $results.install_time;
Uptime = $uptime Uptime = $uptime
} }
$summaryResult $summaryResult
} }
@@ -82,7 +81,6 @@ Function Get-VAMIHealth {
HealthVCDB = $healthVCDB; HealthVCDB = $healthVCDB;
HealthSoftware = $healthSoftwareUpdates HealthSoftware = $healthSoftwareUpdates
} }
$healthResult $healthResult
} }
@@ -116,7 +114,6 @@ Function Get-VAMIAccess {
BashShell = $shellAccess.enabled; BashShell = $shellAccess.enabled;
SSH = $sshAccess SSH = $sshAccess
} }
$accessResult $accessResult
} }
@@ -159,7 +156,6 @@ Function Get-VAMITime {
$timeResult.NTPServers = $ntpServers.servers $timeResult.NTPServers = $ntpServers.servers
$timeResult.NTPStatus = $ntpServers.status $timeResult.NTPStatus = $ntpServers.status
} }
$timeResult $timeResult
} }