From b72fa6c3047e997bdc513c9957951458cd702e39 Mon Sep 17 00:00:00 2001 From: LouisAyroles Date: Fri, 14 May 2021 18:00:53 +0200 Subject: [PATCH] fix: update dune file to avoid problems with ANSI char with opam run show command --- dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune b/dune index 0f95c3a97..1a22f2d2a 100644 --- a/dune +++ b/dune @@ -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