From 57c02cf4790d4e63c6e1af302ca88e7b25864574 Mon Sep 17 00:00:00 2001 From: Jason Thatcher Date: Tue, 24 May 2022 09:06:08 +1000 Subject: [PATCH] Print base image path correctly --- powershell/create_custom_esxi_iso.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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