From 5e8dd2a93afac38f2bca6dafcd3177a5466d9ebf Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 19 Oct 2011 20:11:48 +0800 Subject: [PATCH] Fixed message --- lib/git/repo_index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/repo_index.sh b/lib/git/repo_index.sh index 959eda1..a599857 100644 --- a/lib/git/repo_index.sh +++ b/lib/git/repo_index.sh @@ -133,7 +133,7 @@ function _rebuild_git_index() { done | sort | cut -d " " -f2- > "$GIT_REPO_DIR/.git_index" 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 }