Fixed message

This commit is contained in:
Nathan Broadbent
2011-10-19 20:11:48 +08:00
parent 159f0f933e
commit 5e8dd2a93a

View File

@@ -133,7 +133,7 @@ function _rebuild_git_index() {
done | sort | cut -d " " -f2- > "$GIT_REPO_DIR/.git_index" done | sort | cut -d " " -f2- > "$GIT_REPO_DIR/.git_index"
if [ "$1" != "--silent" ]; then if [ "$1" != "--silent" ]; then
echo -e "===== Cached $_bld_col$(_git_index_count)$_txt_col repos in $GIT_REPO_DIR/.git_index" echo -e "===== Indexed $_bld_col$(_git_index_count)$_txt_col repos in $GIT_REPO_DIR/.git_index"
fi fi
} }