Fixed Ventoy drive copy typo

This commit is contained in:
CodingWonders
2024-03-26 13:21:52 +01:00
parent 103dd50764
commit 02b695cb62
2 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@ function Copy-ToUSB([string] $fileToCopy)
Write-Progress -Activity "Copying File" -Status "Progress" -PercentComplete $completed -CurrentOperation ("{0:N2} MB / {1:N2} MB" -f ($_.BytesTransferred / 1MB), ($totalSize / 1MB))
}
Write-Host "File copied to Ventoy drive $($volume.DriveLette)"
Write-Host "File copied to Ventoy drive $($volume.DriveLetter)"
return
}
}