From 9c2bfdff4c68bf33f977a2577e7baed9123b0da0 Mon Sep 17 00:00:00 2001 From: Allister Beharry Date: Mon, 14 Feb 2022 02:30:11 -0400 Subject: [PATCH] Wrong sct version string. --- .../ExternalToolsManager/toolsourcesettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json b/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json index fe1566f..d00dff0 100644 --- a/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json +++ b/src/Silver.CLI.Core/ExternalToolsManager/toolsourcesettings.json @@ -35,8 +35,8 @@ "Directory": "sct", "DownloadURLs": { "windows": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip", - "linux": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0-silver/sct-2.0.0.1-silver.zip", - "osx": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0-silver/sct-2.0.0.1-silver.zip" + "linux": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip", + "osx": "https://github.com/allisterb/Stratis.SmartContracts.Tools.Sct/releases/download/2.0.0.1-silver/sct-2.0.0.1-silver.zip" }, "ExePathsWithinZip": { "windows": "sct\\*.*",