From 12ef3c03636f1aaa3295ba474c25e9fb19924a0d Mon Sep 17 00:00:00 2001 From: oGre Date: Tue, 16 Aug 2016 21:03:33 +0200 Subject: [PATCH] whitespace --- gitprompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprompt.sh b/gitprompt.sh index de42263..b7ceda2 100755 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -520,7 +520,7 @@ function updatePrompt() { fi if eval "test $v" ; then if [[ $# -lt 2 || "$3" != '-' ]] && [[ "x$1" == "xREMOTE" || "${__GIT_PROMPT_SHOW_CHANGED_FILES_COUNT}" -eq "1" ]]; then - __add_status "\$GIT_PROMPT_$1\$GIT_$1\$ResetColor" + __add_status "\$GIT_PROMPT_$1\$GIT_$1\$ResetColor" else __add_status "\$GIT_PROMPT_$1\$ResetColor" fi