branch: externals/phpinspect commit 50d2bfeebede9fabd0ecd726f874b41af4e1c055 Author: Hugo Thunnissen <h...@hugot.nl> Commit: Hugo Thunnissen <h...@hugot.nl>
Change indexer's cache dir from/to .cache/{phpns,phpinspect} --- phpinspect-index.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpinspect-index.bash b/phpinspect-index.bash index ba4d2d77a2..2b55f13367 100755 --- a/phpinspect-index.bash +++ b/phpinspect-index.bash @@ -9,7 +9,7 @@ # TODO: remove whatever functionality is not required for phpinspect.el # shellcheck disable=SC2155 -declare CACHE_DIR=./.cache/phpns +declare CACHE_DIR=./.cache/phpinspect declare INFO=1 # Cache locations