fix spelling of _git_promt__git_dir

This commit is contained in:
Ashley Dev 2011-06-02 17:52:02 -07:00
commit b5179f6c49
2 changed files with 6 additions and 6 deletions

View file

@ -57,7 +57,7 @@ local __GIT_PROMPT_INFO=''
# will set __GIT_PROMPT_INFO
update__GIT_PROMPT_INFO ()
{
local g="$(_git_promt__git_dir)"
local g="$(_git_prompt__git_dir)"
if [ -z "$g" ]; then
__GIT_PROMPT_INFO=''
return