Skip to content

Commit

Permalink
Add missing braces
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmosco committed Jan 11, 2018
1 parent ef709d9 commit b1ccb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-ps1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ kube_ps1() {
# Namespace
if [[ "${KUBE_PS1_NS_ENABLE}" == true ]]; then
KUBE_PS1+="${KUBE_PS1_DIVIDER}"
KUBE_PS1+="${KUBE_PS1_NS_COLOR}$KUBE_PS1_NAMESPACE${KUBE_PS1_RESET_COLOR}"
KUBE_PS1+="${KUBE_PS1_NS_COLOR}${KUBE_PS1_NAMESPACE}${KUBE_PS1_RESET_COLOR}"
fi
# Suffix
KUBE_PS1+="${KUBE_PS1_SUFFIX}"
Expand Down

0 comments on commit b1ccb30

Please sign in to comment.