Skip to content

Commit c954c9b

Browse files
authored
Update foundryup
1 parent d901b45 commit c954c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundryup/foundryup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ main() {
9999
FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-soul022/foundry-revive-testing}
100100

101101
# Install by downloading binaries
102-
if [[ "$FOUNDRYUP_REPO" == "soul022/foundry-revivw-testing" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
102+
if [[ "$FOUNDRYUP_REPO" == "soul022/foundry-revive-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)