Update delegateSubnet.ps1

Spell Check
This commit is contained in:
Mehul Chamria
2024-05-28 14:46:42 +01:00
committed by GitHub
parent 53e7f3d7ec
commit 0354d1b31e
@@ -17,7 +17,7 @@ function VerifyPSVersion {
Write-Host "PowerShell version verified." -ForegroundColor Green
}
else {
Write-Host "You need to install PowerShell version 5.1 or heigher." -ForegroundColor Red
Write-Host "You need to install PowerShell version 5.1 or higher." -ForegroundColor Red
Break;
}
}
@@ -26,7 +26,7 @@ function VerifyPSVersion {
Write-Host "PowerShell version verified." -ForegroundColor Green
}
else {
Write-Host "You need to install PowerShell version 6.0 or heigher." -ForegroundColor Red
Write-Host "You need to install PowerShell version 6.0 or higher." -ForegroundColor Red
Break;
}
}