Skip to content

Commit ed8cae7

Browse files
committed
which only returns executables
1 parent 9fe46c9 commit ed8cae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ with_terraform() {
428428

429429
install_macos() {
430430
# If there is no `brew` binary available, just default to installing standalone
431-
if [ ! -fx $(which brew) ]; then
432-
install_standalone
431+
if [ ! -f $(which brew) ]; then
432+
echo "hello"
433433
return
434434
fi
435435

0 commit comments

Comments
 (0)