Skip to content

Commit

Permalink
foundryup: Allow binary installation from other repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed May 17, 2023
1 parent 776172e commit fc64e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryup/foundryup
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ main() {
FOUNDRYUP_REPO=${FOUNDRYUP_REPO-foundry-rs/foundry}

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

Expand Down

0 comments on commit fc64e18

Please sign in to comment.