Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

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 ericbiewener committed Dec 16, 2020
1 parent e48111e commit e3fec43
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 e3fec43

Please sign in to comment.