devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

unable to download binary - 404 Not Found #105

Closed jkonecny75 closed 3 years ago

jkonecny75 commented 3 years ago

binenv install taskctl 1.4.2 2021-05-01T10:04:00+02:00 ERR unable to install "taskctl" (1.4.2) error="unable to download binary at https://github.com/taskctl/taskctl/releases/download/v1.4.2/taskctl_1.4.2_linux_amd64.tar.gz: 404 Not Found"

Correct URL is https://github.com/taskctl/taskctl/releases/download/1.4.2/taskctl_1.4.2_linux_amd64.tar.gz

... download/v1.4.2... vs. ... download/1.4.2 ..

leucos commented 3 years ago

thanks @jkonecny75 !