Update log message for .ffu file location and clean up unused image source function

This commit is contained in:
rbalsleyMSFT
2025-02-11 16:38:53 -08:00
parent ebcfa4f9dc
commit 099bbb1607
2 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -3380,7 +3380,7 @@ function New-FFU {
WriteLog "Most recent .ffu file: $FFUFile"
}
else {
WriteLog "No .ffu files found in $FFUFolderPath"
WriteLog "No .ffu files found in $FFUCaptureLocation"
throw $_
}
}