-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Bug report
Describe the bug
Incorrect URL is build at
- https://github.com/GhostWriters/DSAC/blob/master/.scripts/install_yq.sh#L37
It builds incorrect URL like: - https://github.com/mikefarah/yq/releases/download/4.14.2/yq_linux_amd64
The correct URL should have "v" prefix like: - https://github.com/mikefarah/yq/releases/download/v4.14.2/yq_linux_amd64