Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ogr3 committed Nov 12, 2018
1 parent 9225f30 commit afbc1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitprompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function updatePrompt() {
if [[ "." == "$GIT_REMOTE" ]]; then
unset GIT_REMOTE
fi
local GIT_REMOTE_USERNAME_REPO=$(replaceSymbols ${git_status_fields[2]})
local GIT_REMOTE_USERNAME_REPO="$(replaceSymbols ${git_status_fields[2]})"
if [[ "." == "$GIT_REMOTE_USERNAME_REPO" ]]; then
unset GIT_REMOTE_USERNAME_REPO
fi
Expand Down

0 comments on commit afbc1f9

Please sign in to comment.