Skip to content

Commit

Permalink
fix: regression in homebrew module (sorin-ionescu#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
srijanshetty authored and jat255 committed May 4, 2020
1 parent f041216 commit 3df6238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/homebrew/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3df6238

Please sign in to comment.