Skip to content

Commit

Permalink
chore(foundryup): default to stable if no specific version is passe…
Browse files Browse the repository at this point in the history
…d in (#9585)

* default to stable if no specific version is passed in

* update mention, defaults to stable now
  • Loading branch information
zerosnacks authored Dec 20, 2024
1 parent 6091f25 commit 0d5ad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundryup/foundryup
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ main() {

# Install by downloading binaries
if [[ "$FOUNDRYUP_REPO" == "foundry-rs/foundry" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-nightly}
FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-stable}
FOUNDRYUP_TAG=$FOUNDRYUP_VERSION

# Normalize versions (handle channels, versions without v prefix
Expand Down Expand Up @@ -244,7 +244,7 @@ The installer for Foundry.
Update or revert to a specific Foundry version with ease.
By default, the latest nightly version is installed from built binaries.
By default, the latest stable version is installed from built binaries.
USAGE:
foundryup <OPTIONS>
Expand Down

0 comments on commit 0d5ad75

Please sign in to comment.