Skip to content

Commit

Permalink
run indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2024
1 parent 5f05671 commit cdca725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mps/run-indexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
set -x
set -e

find / -type d -name ".mps" | while read -r dir; do
find ~/ -type d -name ".mps" | while read -r dir; do
/mps/bin/mps.sh warmup --project-dir="$(dirname "$dir")"
done

0 comments on commit cdca725

Please sign in to comment.