mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 20:02:16 +08:00
fix: regression in homebrew module (#1816)
This commit is contained in:
parent
5b03d7fa32
commit
95ff0360ae
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Return if requirements are not found.
|
# Return if requirements are not found.
|
||||||
if ! is-darwin || ! is-linux; then
|
if ! is-darwin && ! is-linux; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user