mirror of
https://github.com/helm/helm.git
synced 2026-04-15 21:59:50 -04:00
Correct checksum file links
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
This commit is contained in:
parent
0941e3e345
commit
8a545d6ca7
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ done
|
|||
|
||||
## Check for hints that checksum files were downloaded
|
||||
## from `make fetch-dist`
|
||||
if [[ ! -e "./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256" ]]; then
|
||||
echo "checksum file ./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256 not found in ./_dist/"
|
||||
if [[ ! -e "./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256sum" ]]; then
|
||||
echo "checksum file ./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256sum not found in ./_dist/"
|
||||
echo "Did you forget to run \`make fetch-dist\` first ?"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue