Download urls are broken for jx, missing v in version number part of the url
Bo1337 opened this issue · 1 comments
Bo1337 commented
Bot generated urls missing v in this part download/3.10.45/
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.45/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.45/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.45/jx-darwin-arm64.tar.gz.pem
Should be:
curl -LO https://github.com/jenkins-x/jx/releases/download/v3.10.45/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v3.10.45/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v3.10.45/jx-darwin-arm64.tar.gz.pem
alexchiriac commented
Thank you @Bo1337.
Can confirm I managed to download it successfully after updating the url to include "v" in the version.