wget version var missing a 'v' prefix.

This commit is contained in:
jonatasrenan 2020-12-30 10:40:54 -03:00 committed by Mike Farah
parent 1b887e23b3
commit 0e764c59ce
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
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