Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: In Makefile, download zot as ZOT rather than regclient
This was a copy/paste error added by my last change to Makefile. Instead of downloading zot to TOOLS_D/bin/zot, we were downloading regclient. Big surprise, regclient binary doesn't work like zot binary. Fix the download url, and also update the ZOT_VERSION to include the 'v' for consistency with REGCLIENT_VERSION and GOLANGCI_LINT_VERSION. Signed-off-by: Scott Moser <[email protected]>
- Loading branch information