fix: remove redundant colon in "Path to SVR.JS zip archive" prompt
This commit is contained in:
parent
e436fec833
commit
400eef1692
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if (!(Test-Path -Path "$env:SYSTEMDRIVE\svrjs\svrjs")) {
|
||||||
|
|
||||||
# Download SVR.JS zip archive
|
# Download SVR.JS zip archive
|
||||||
if ($installType -eq "manual") {
|
if ($installType -eq "manual") {
|
||||||
$svrjsZipArchive = Read-Host "Path to SVR.JS zip archive: "
|
$svrjsZipArchive = Read-Host "Path to SVR.JS zip archive"
|
||||||
} elseif ($INSTALLTYPE -eq "stable") {
|
} elseif ($INSTALLTYPE -eq "stable") {
|
||||||
$svrjsVersion = (Invoke-RestMethod -Uri "https://downloads.svrjs.org/latest.svrjs").Trim()
|
$svrjsVersion = (Invoke-RestMethod -Uri "https://downloads.svrjs.org/latest.svrjs").Trim()
|
||||||
if (-not $svrjsVersion) {
|
if (-not $svrjsVersion) {
|
||||||
|
|
Loading…
Reference in a new issue