Skip to content

Commit 3f98167

Browse files
get9meta-codesync[bot]
authored andcommitted
[antlir] Expose another prelude select function
Summary: As title Test Plan: CI Reviewed By: vmagro Differential Revision: D94238241 fbshipit-source-id: 9bd2e4ac9e266ee82379078db250b565d8ec193a
1 parent 6bb046d commit 3f98167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

antlir/antlir2/bzl/selects.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def _or(branches):
7474

7575
selects = struct(
7676
apply = _prelude_selects.apply,
77+
apply_n = _prelude_selects.apply_n,
7778
join = _join,
7879
or_ = _or,
7980
test_any_of = _test_any_of,

0 commit comments

Comments
 (0)