Skip to content

Commit

Permalink
Merge pull request #51 from SylvainCorlay/fix-nonlatest-version-url
Browse files Browse the repository at this point in the history
Fix non-latest version URL
  • Loading branch information
SylvainCorlay authored Jul 16, 2024
2 parents b005df8 + 864147b commit 66edd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ esac
if [ "${VERSION:-}" = "" ]; then
RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-${PLATFORM}-${ARCH}"
else
RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/download/micromamba-${VERSION}/micromamba-${PLATFORM}-${ARCH}"
RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/download/${VERSION}/micromamba-${PLATFORM}-${ARCH}"
fi


Expand Down

0 comments on commit 66edd07

Please sign in to comment.