[helm-docs] Update reference to k8s-at-home specific helm-docs (#1375)

This commit is contained in:
TheDJVG 2022-01-16 20:04:43 +08:00 committed by GitHub
parent 07bcb33623
commit 133647a1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ set -eu
# require helm-docs
command -v helm-docs >/dev/null 2>&1 || {
echo >&2 "helm-docs (https://github.com/norwoodj/helm-docs) is not installed. Aborting."
echo >&2 "helm-docs (https://github.com/k8s-at-home/helm-docs) is not installed. Aborting."
exit 1
}