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 Erik Johansen committed Feb 1, 2021
1 parent 347c4ba commit cccc0af
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 cccc0af

Please sign in to comment.