mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
wget version var missing a 'v' prefix.
This commit is contained in:
parent
1b887e23b3
commit
0e764c59ce
@ -54,7 +54,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
|
|||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
```
|
```
|
||||||
|
|
||||||
For instance, VERSION=4.0.0 and BINARY=yq_linux_amd64
|
For instance, VERSION=v4.0.0 and BINARY=yq_linux_amd64
|
||||||
|
|
||||||
### Run with Docker
|
### Run with Docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user