Skip to content

Commit e1b3507

Browse files
authored
Merge pull request #394 from pfitaxel/version-server
fix(dune): Avoid ANSI char issues in `opam show … > VERSION`
2 parents e0e3f2f + b72fa6c commit e1b3507

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)