Fix grammatical error
This commit is contained in:
parent
f91e394e73
commit
4031d0b0f1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function Restore-WindowsInstallation([Context] $context) {
|
||||||
|
|
||||||
function Read-Path()
|
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)))
|
if ($backupPath -and (-not (Test-Path -PathType Leaf $backupPath)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue