You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \
DAGGER_VERSION='v0.9.2' sh
sh debug downloading files into /var/folders/s4/xyj9q5ps2ys3rc9nsps1v20m0000gn/T/tmp.tTShNB7AUU
sh debug http_download https://dl.dagger.io/dagger/releases/v0.9.2/dagger_vv0.9.2_darwin_arm64.tar.gz
sh debug http_download_curl received HTTP status 403
errors out because of extra v. Could be solved be removing the v here or could also be fixed upstream in the installer script, which might be better.
The text was updated successfully, but these errors were encountered:
jpadams
changed the title
🧪 Handle version inputs that start with v by dropping v
🧪 Handle version inputs that start with vNov 15, 2023
this is fixed upstream, but we'll normalize our version internally to remove the leading v to ensure we get consistent results when checking for existing dagger install as in #164
errors out because of extra
v
. Could be solved be removing thev
here or could also be fixed upstream in the installer script, which might be better.The text was updated successfully, but these errors were encountered: