From f95fbc8a9974312e2280a3f08744c867e8ff1d3f Mon Sep 17 00:00:00 2001 From: Saurav Dharwadkar Date: Mon, 18 Apr 2022 00:16:29 +0530 Subject: [PATCH] Fixed typo --- 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