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 40d0a1b commit ed9298dCopy full SHA for ed9298d
foundryup/foundryup
@@ -84,7 +84,8 @@ main() {
84
| grep -Eo '"sha"[^,]*' \
85
| grep -Eo '[^:]*$' \
86
| tr -d '"' \
87
- | tr -d ' ')
+ | tr -d ' ' \
88
+ | cut -d ':' -f2 )
89
FOUNDRYUP_TAG="nightly-${SHA}"
90
elif [[ "$FOUNDRYUP_VERSION" == nightly* ]]; then
91
FOUNDRYUP_VERSION="nightly"
0 commit comments