fix: regression in homebrew module (#1816)

main
Srijan R Shetty 5 years ago committed by GitHub
parent 5b03d7fa32
commit 95ff0360ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save