From 79e5e2729bb6444a486d95315e416c4355824c1d Mon Sep 17 00:00:00 2001 From: hjue Date: Mon, 19 Sep 2022 17:48:19 +0800 Subject: [PATCH] fix spelling mistakes --- deploy-k8s/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-k8s/init.sh b/deploy-k8s/init.sh index 4ae3aea8..a491785d 100755 --- a/deploy-k8s/init.sh +++ b/deploy-k8s/init.sh @@ -19,6 +19,6 @@ if ! command -v helm &> /dev/null; then fi if ! command -v jq &> /dev/null; then - echo "! Please install the yq command: https://stedolan.github.io/jq/" + echo "! Please install the jq command: https://stedolan.github.io/jq/" exit -fi \ No newline at end of file +fi