Skip to content

Commit

Permalink
fix: foundryup (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Apr 14, 2022
1 parent 4721111 commit 2865fa5
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 @@ -62,9 +62,9 @@ main() {
exit 0
fi

FOUNDRYUP_REPO=${FOUNDRYUP_REPO-gakonst/foundry}
FOUNDRYUP_REPO=${FOUNDRYUP_REPO-foundry-rs/foundry}

if [[ "$FOUNDRYUP_REPO" == "gakonst/foundry" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
if [[ "$FOUNDRYUP_REPO" == "foundry-rs/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 @@ -7,7 +7,7 @@ FOUNDRY_DIR=${FOUNDRY_DIR-"$HOME/.foundry"}
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
FOUNDRY_MAN_DIR="$FOUNDRY_DIR/share/man/man1"

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

# Create the .foundry bin directory and foundryup binary if it doesn't exist.
Expand Down

0 comments on commit 2865fa5

Please sign in to comment.