We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e3f2f + b72fa6c commit e1b3507Copy full SHA for e1b3507
dune
@@ -3,7 +3,7 @@
3
(rule
4
(targets VERSION)
5
(action (with-stdout-to %{targets}
6
- (run opam show ./%{dep:./learn-ocaml.opam} -f version --normalise)))
+ (run opam show --color=never ./%{dep:./learn-ocaml.opam} -f version --normalise)))
7
)
8
9
(env
0 commit comments