We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ba137 commit b1dc9adCopy full SHA for b1dc9ad
foundryup/foundryup
@@ -41,7 +41,7 @@ main() {
41
need_cmd cargo
42
43
# Ignore branches/versions as we do not want to modify local git state
44
- if [ -n "$FOUNDRYUP_REPO" ] || [ -n "$FOUNDRY_BRANCH" ] || [ -n "$FOUNDRY_VERSION" ]; then
+ if [ -n "$FOUNDRYUP_REPO" ] || [ -n "$FOUNDRYUP_BRANCH" ] || [ -n "$FOUNDRYUP_VERSION" ]; then
45
warn "--branch, --version, and --repo arguments are ignored during local install"
46
fi
47
0 commit comments