summaryrefslogtreecommitdiffstats
path: root/repofish
diff options
context:
space:
mode:
Diffstat (limited to 'repofish')
-rwxr-xr-xrepofish2
1 files changed, 1 insertions, 1 deletions
diff --git a/repofish b/repofish
index 97ac38a..d84c256 100755
--- a/repofish
+++ b/repofish
@@ -173,7 +173,7 @@ search_packages() {
echo -ne '\033[1;34m:: \033[1;37mYou searched using the following keywords (matching package name and/or description): "'
echo -ne \\033\[1\;33m${key[@]}\\033\[1\;37m\"
echo -e ${SEARCH_OUT} | sed -e 's/\[ /\n/g' -e 's/ *\] /\n\t/g' -e 's/", / /g' -e 's/"//g' | \
- sed -E '/'"${LIST_INST::-1}"'[^-]/ s/$/ '"$(echo -e \\033\[1\;35m[ Installed ]\\033\[1\;37m)"'/'
+ sed -E '/'"${LIST_INST::-1}"'[^-]/ s/$/ '"$(echo -e \\033\[1\;35m[ Locally available ]\\033\[1\;37m)"'/'
}
set_variables() {