Skip to content

Commit b72fa6c

Browse files
committed
fix: update dune file to avoid problems with ANSI char with opam run show command
1 parent e0e3f2f commit b72fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(rule
44
(targets VERSION)
55
(action (with-stdout-to %{targets}
6-
(run opam show ./%{dep:./learn-ocaml.opam} -f version --normalise)))
6+
(run opam show --color=never ./%{dep:./learn-ocaml.opam} -f version --normalise)))
77
)
88

99
(env

0 commit comments

Comments
 (0)