Fix grammatical error

This commit is contained in:
Manuel Thalmann 2023-07-29 11:07:52 +02:00
parent f91e394e73
commit 4031d0b0f1

View file

@ -19,7 +19,7 @@ function Restore-WindowsInstallation([Context] $context) {
function Read-Path()
{
$backupPath = Read-Host -Prompt "Please enter the path to the archive load the backup from.";
$backupPath = Read-Host -Prompt "Please enter the path to the archive to load the backup from.";
if ($backupPath -and (-not (Test-Path -PathType Leaf $backupPath)))
{