Skip to content

Commit fa3e7b2

Browse files
committed
Update ServerInventory.ps1
Fix Typo
1 parent 98529e2 commit fa3e7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerInventory.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if ($sendemail -ne $true){
5757

5858
$a = $a + "<img src ='$resourcedir/WEB/$logo' alt='logo'>"
5959
if ($Virtual.Manufacturer -eq "No Enclosure"){
60-
$a = $a + "<img src ='$resourcdir/WEB/VMWare.png' alt='vmware'>"
60+
$a = $a + "<img src ='$resourcedir/WEB/VMWare.png' alt='vmware'>"
6161
}
6262
Elseif ($CPU.Manufacturer -eq "GenuineIntel") {
6363
$a = $a + "<img src='$Resourcedir/WEB/PhysicalIntel.png' alt='intel'>"

0 commit comments

Comments
 (0)