fix: regression in homebrew module (#1816)

This commit is contained in:
Srijan R Shetty 2020-04-06 15:25:01 +05:30 committed by Harry Green
parent bc313f8846
commit 5ae2f2d2a2

View file

@ -6,7 +6,7 @@
#
# Return if requirements are not found.
if ! is-darwin || ! is-linux; then
if ! is-darwin && ! is-linux; then
return 1
fi