Skip to content

Commit 8be2428

Browse files
rgrinbergc-cube
authored andcommitted
fix: dune files
%{deps} is expanded into a list so we cannot use it in as a diff? param
1 parent b4ceba4 commit 8be2428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
(alias
33
(name runtest)
4-
(deps README.md)
4+
(deps (:dep README.md))
55
(action (progn
6-
(run ocaml-mdx test %{deps})
7-
(diff? %{deps} %{deps}.corrected))))
6+
(run ocaml-mdx test %{dep})
7+
(diff? %{dep} %{dep}.corrected))))
88

0 commit comments

Comments
 (0)