From 838716e2f44d8428a095d4ac9e7aaa6c3d31b500 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Mon, 19 Aug 2024 21:28:57 +0200 Subject: [PATCH] little update --- functions/public/Invoke-WPFGetIso.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/public/Invoke-WPFGetIso.ps1 b/functions/public/Invoke-WPFGetIso.ps1 index 72e87ff5..a681d132 100644 --- a/functions/public/Invoke-WPFGetIso.ps1 +++ b/functions/public/Invoke-WPFGetIso.ps1 @@ -78,7 +78,7 @@ function Invoke-WPFGetIso { } } elseif ($sync["ISOoption1"].IsChecked) { # Auto download newest ISO - $filePath = Invoke-WinUtilDownloadISO + $filePath = Invoke-WinUtilDownloadISO -rel $rel -locale $locale -arch $arch } Write-Host "File path $($filePath)"