mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-11-10 05:22:36 +00:00
fix: regression in homebrew module (#1816)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user