Skip to content

Commit

Permalink
fix: update dune file to avoid problems with ANSI char with opam run …
Browse files Browse the repository at this point in the history
…show command
  • Loading branch information
LouisAyroles committed May 14, 2021
1 parent e0e3f2f commit b72fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Expand Up @@ -3,7 +3,7 @@
(rule
(targets VERSION)
(action (with-stdout-to %{targets}
(run opam show ./%{dep:./learn-ocaml.opam} -f version --normalise)))
(run opam show --color=never ./%{dep:./learn-ocaml.opam} -f version --normalise)))
)

(env
Expand Down

0 comments on commit b72fa6c

Please sign in to comment.