Skip to content

Commit b1ccb30

Browse files
committed
Add missing braces
1 parent ef709d9 commit b1ccb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-ps1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ kube_ps1() {
192192
# Namespace
193193
if [[ "${KUBE_PS1_NS_ENABLE}" == true ]]; then
194194
KUBE_PS1+="${KUBE_PS1_DIVIDER}"
195-
KUBE_PS1+="${KUBE_PS1_NS_COLOR}$KUBE_PS1_NAMESPACE${KUBE_PS1_RESET_COLOR}"
195+
KUBE_PS1+="${KUBE_PS1_NS_COLOR}${KUBE_PS1_NAMESPACE}${KUBE_PS1_RESET_COLOR}"
196196
fi
197197
# Suffix
198198
KUBE_PS1+="${KUBE_PS1_SUFFIX}"

0 commit comments

Comments
 (0)