From 0228b0cd680ab1ba8f094f7f1cccadccf43ac640 Mon Sep 17 00:00:00 2001 From: tazlin Date: Sun, 7 Jan 2024 07:14:29 -0500 Subject: [PATCH] fix: use correct version tag for micromamba --- update-runtime.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-runtime.cmd b/update-runtime.cmd index fcf087d2..87731222 100644 --- a/update-runtime.cmd +++ b/update-runtime.cmd @@ -1,7 +1,7 @@ @echo off :Check if micromamba is already installed if exist micromamba.exe goto Isolation - curl.exe -L -o micromamba.exe https://github.com/mamba-org/micromamba-releases/releases/$VERSION/download/micromamba-win-64 + curl.exe -L -o micromamba.exe https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64 cd /d "%~dp0"