Skip to content

Commit cee3b07

Browse files
authored
Merge pull request #711 from hannesa2/brewList
Recent brew list sysntax
2 parents af405df + a1355f2 commit cee3b07

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)