We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af405df + a1355f2 commit cee3b07Copy full SHA for cee3b07
script/bootstrap
@@ -62,7 +62,7 @@ check_deps ()
62
fi
63
64
# Ensure that we have libgit2's dependencies installed.
65
- installed=`brew list`
+ installed=`brew list --formula`
66
67
for tool in $REQUIRED_TOOLS
68
do
0 commit comments