From 6244dbc91015c03502effbd656db0f297c28e794 Mon Sep 17 00:00:00 2001 From: Kevin Woley Date: Thu, 20 Feb 2025 15:34:50 -0800 Subject: [PATCH] remove testing string --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index b5c4fce..6d96e39 100644 --- a/install.ps1 +++ b/install.ps1 @@ -29,7 +29,7 @@ $global:LASTEXITCODE=0 if(-not (Test-Path $ResticExe)) { $url = $null if([Environment]::Is64BitOperatingSystem){ - $url = "fixmetestingnotrealhttps://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_windows_amd64.zip" + $url = "https://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_windows_amd64.zip" } else { $url = "https://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_windows_386.zip"