Skip to content

Commit d901b45

Browse files
authored
Update foundryup
1 parent db48972 commit d901b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundryup/foundryup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ main() {
9696
exit 0
9797
fi
9898

99-
FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-foundry-rs/foundry}
99+
FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-soul022/foundry-revive-testing}
100100

101101
# Install by downloading binaries
102-
if [[ "$FOUNDRYUP_REPO" == "foundry-rs/foundry" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
102+
if [[ "$FOUNDRYUP_REPO" == "soul022/foundry-revivw-testing" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
103103
FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-stable}
104104
FOUNDRYUP_TAG=$FOUNDRYUP_VERSION
105105

0 commit comments

Comments
 (0)