Skip to content

Commit 7a977e3

Browse files
Fix missing comment block
1 parent 7f4e8d7 commit 7a977e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-deploy-kubernetes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ -n "$KUBERNETES_SERVER" && -n "$KUBERNETES_USER" && -n "$KUBERNETES_PASSWO
4848
else
4949
if [[ -z "${KUBECONTEXT}" ]]; then
5050
KUBECONTEXT=$(kubectl config current-context)
51-
If KUBECONFIG is set we obligate to set KUBECONTEXT to valid context name
51+
# If KUBECONFIG is set we obligate to set KUBECONTEXT to valid context name
5252
if [[ -n "${KUBECONFIG}" ]]; then
5353
echo -e "--- ERROR - KUBECONTEXT Environment variable is not set, please set it to one of integrated contexts: "
5454
kubectl config get-contexts

0 commit comments

Comments
 (0)