Commit 5aacef8
committed
asdf: match the fork's goreleaser asset naming
The fork's goreleaser archive name_template omits the version
(kube-credential-cache_Linux_x86_64.tar.gz), whereas download_release
built a versioned URL (..._${version}_...). That mismatch 404'd the
asdf install test once the download source pointed at the fork. Drop
the version segment so the URL matches the published assets.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V2pTHkL3AmyFqgyQhgrohw1 parent 7a12512 commit 5aacef8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments