Skip to content

Commit

Permalink
fork repo path in foundryup
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Nov 2, 2023
1 parent 9421571 commit 54fe656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions foundryup/foundryup
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ main() {
exit 0
fi

FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-foundry-rs/foundry}
FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-ava-labs/foundry}

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

Expand Down
2 changes: 1 addition & 1 deletion foundryup/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FOUNDRY_DIR=${FOUNDRY_DIR-"$BASE_DIR/.foundry"}
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
FOUNDRY_MAN_DIR="$FOUNDRY_DIR/share/man/man1"

BIN_URL="https://raw.githubusercontent.com/foundry-rs/foundry/master/foundryup/foundryup"
BIN_URL="https://raw.githubusercontent.com/ava-labs/foundry/master/foundryup/foundryup"
BIN_PATH="$FOUNDRY_BIN_DIR/foundryup"


Expand Down

0 comments on commit 54fe656

Please sign in to comment.