From 400eef1692df487c9a98bae64282cbf39cc640ee Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 5 Jan 2025 10:05:35 +0100 Subject: [PATCH] fix: remove redundant colon in "Path to SVR.JS zip archive" prompt --- installer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.ps1 b/installer.ps1 index 98e37f5..9dac2e2 100644 --- a/installer.ps1 +++ b/installer.ps1 @@ -62,7 +62,7 @@ if (!(Test-Path -Path "$env:SYSTEMDRIVE\svrjs\svrjs")) { # Download SVR.JS zip archive 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") { $svrjsVersion = (Invoke-RestMethod -Uri "https://downloads.svrjs.org/latest.svrjs").Trim() if (-not $svrjsVersion) {