Browse Source

fix: regression in homebrew module (#1816)

master
Srijan R Shetty 5 years ago committed by GitHub
parent
commit
e98e1cfdd4
  1. 2
      modules/homebrew/init.zsh

2
modules/homebrew/init.zsh

@ -6,7 +6,7 @@ @@ -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