Fixed typing error

This commit is contained in:
Anton 2016-07-13 00:36:56 +04:00 committed by GitHub
commit 171c19d19e

View file

@ -127,7 +127,7 @@ prompt_git() {
fi fi
} }
prompt_hg() prompt_hg() {
if ! type hg &> /dev/null; then if ! type hg &> /dev/null; then
return return
fi fi