-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
Line 381 in b6f5822
| [[ "${KUBE_PS1_CONTEXT}" == "N/A" ]] && [[ ${KUBE_PS1_HIDE_IF_NOCONTEXT} == false ]] && return |
I believe here it should be checking that the value is true and not false. That way, it reads as intended: IF KUBE_PS1_CONTEXT is "N/A" AND KUBE_PS1_HIDE_IF_NOCONTEXT is "true", then return and hide the prompt.
mroelofsen-acc
Metadata
Metadata
Assignees
Labels
No labels