lib: rename _bash-it-clean-component-cache()

…to `_bash-it-component-cache-clean()`
This commit is contained in:
John D Pell
2022-02-18 00:22:20 -08:00
parent 6257853759
commit fe48deda2d
3 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ function _bash-it-search() {
return 0
;;
'-r' | '--refresh')
_bash-it-clean-component-cache
_bash-it-component-cache-clean
;;
'-c' | '--no-color')
BASH_IT_SEARCH_USE_COLOR=false
@@ -333,7 +333,7 @@ function _bash-it-search-result() {
printf '%b' "${color_off} "
done
((modified)) && _bash-it-clean-component-cache "${component}"
((modified)) && _bash-it-component-cache-clean "${component}"
printf "\n"
fi
}