Skip to content

Commit 2665f73

Browse files
authored
fix spelling mistakes (#95)
1 parent 5b78bca commit 2665f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-k8s/init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ if ! command -v helm &> /dev/null; then
1919
fi
2020

2121
if ! command -v jq &> /dev/null; then
22-
echo "! Please install the yq command: https://stedolan.github.io/jq/"
22+
echo "! Please install the jq command: https://stedolan.github.io/jq/"
2323
exit
24-
fi
24+
fi

0 commit comments

Comments
 (0)