Skip to content

Commit

Permalink
Merge pull request #18003 from metacollin/faster_formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Aug 11, 2024
2 parents 8e08a69 + 8a46b29 commit 87b0800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/items.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ homebrew-items() {
-name .github -o \
-name lib -o \
-name spec -o \
-name vendor \
-name vendor -o \
-name .git \
\) \
-prune -false -o -path "${find_include_filter}" |
sed "${sed_extended_regex_flag}" \
Expand Down

0 comments on commit 87b0800

Please sign in to comment.