Skip to content

Commit

Permalink
Merge pull request #394 from pfitaxel/version-server
Browse files Browse the repository at this point in the history
fix(dune): Avoid ANSI char issues in `opam show … > VERSION`
  • Loading branch information
erikmd committed May 14, 2021
2 parents e0e3f2f + b72fa6c commit e1b3507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
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 e1b3507

Please sign in to comment.