Skip to content

Commit a1355f2

Browse files
committed
Recent brew list sysntax
*** Updating submodules... *** Checking dependencies... Error: Calling `brew list` to only list formulae is disabled! Use `brew list --formula` instead.
1 parent 249b64c commit a1355f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ check_deps ()
6262
fi
6363

6464
# Ensure that we have libgit2's dependencies installed.
65-
installed=`brew list`
65+
installed=`brew list --formula`
6666

6767
for tool in $REQUIRED_TOOLS
6868
do

0 commit comments

Comments
 (0)