diff --git a/powershell/create_custom_esxi_iso.ps1 b/powershell/create_custom_esxi_iso.ps1 index 4003b20..851665c 100644 --- a/powershell/create_custom_esxi_iso.ps1 +++ b/powershell/create_custom_esxi_iso.ps1 @@ -21,7 +21,7 @@ if($PSVersionTable.PSEdition -ne "Desktop") { exit } -Write-Host -Foreground cyan "Processing ESXi Base Image $ESXIDriver ..." +Write-Host -Foreground cyan "Processing ESXi Base Image $ESXIBaseImagePath ..." $ESXIBaseImageVersion = (Get-DepotBaseImages -Depot $ESXIBaseImagePath).Version # Build list of Components from ESXi Drivers