Skip to content

Commit ed5ec52

Browse files
fix syntax error
1 parent 319ee4e commit ed5ec52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/private/Invoke-WinUtilISOScript.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ function Invoke-WinUtilISOScript {
189189
# ── 2b. Optional: extended Storage & Network drivers from community repo ──
190190
$extDriverChoice = [System.Windows.MessageBox]::Show(
191191
"Would you like to add extended Storage and Network drivers?`n`n" +
192-
"This installs EVERY Storage and Networking device driver" +
192+
"This installs EVERY Storage and Networking device driver " +
193193
"in EXISTANCE into the image. (~1000 drivers)`n`n" +
194194
"No Wireless drivers only Ethernet, use for stubborn systems " +
195-
"with unsupported NVMe or Ethernet controllers." +,
195+
"with unsupported NVMe or Ethernet controllers.",
196196
"Extended Drivers", "YesNo", "Question")
197197

198198
if ($extDriverChoice -eq 'Yes') {

0 commit comments

Comments
 (0)