From 133647a1c500278adf0862abbecf34cb526325a2 Mon Sep 17 00:00:00 2001 From: TheDJVG Date: Sun, 16 Jan 2022 20:04:43 +0800 Subject: [PATCH] [helm-docs] Update reference to k8s-at-home specific helm-docs (#1375) --- hack/gen-helm-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/gen-helm-docs.sh b/hack/gen-helm-docs.sh index 7fc0228a..831dbe6a 100755 --- a/hack/gen-helm-docs.sh +++ b/hack/gen-helm-docs.sh @@ -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 }