We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78bca commit 2665f73Copy full SHA for 2665f73
deploy-k8s/init.sh
@@ -19,6 +19,6 @@ if ! command -v helm &> /dev/null; then
19
fi
20
21
if ! command -v jq &> /dev/null; then
22
- echo "! Please install the yq command: https://stedolan.github.io/jq/"
+ echo "! Please install the jq command: https://stedolan.github.io/jq/"
23
exit
24
-fi
+fi
0 commit comments