Skip to content

Commit

Permalink
Apply a suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
  • Loading branch information
moyodiallo committed Sep 20, 2024
1 parent 9041fcc commit 41e216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/enabled_if.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let common_vars ~since =
match var with
| "context_name" -> var, (2, 7)
| "arch_sixtyfour" -> var, (3, 11)
| "env" -> var, (1, 14)
| "env" -> var, (3, 17)
| _ -> var, since)
common_vars_list)
;;
Expand Down

0 comments on commit 41e216e

Please sign in to comment.