Skip to content

Commit

Permalink
Update kapitan/inventory/resolvers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges authored Oct 8, 2024
1 parent 56b6194 commit e7bd5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapitan/inventory/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def condition_and(*conditions: str):


def condition_or(*conditions: str):
return all(map(evaluate_bool, conditions))
return any(map(evaluate_bool, conditions))


def condition_equal(*configs):
Expand Down

0 comments on commit e7bd5d9

Please sign in to comment.