Skip to content

Commit d3a427a

Browse files
authored
Fix opam file generation
See ocaml/dune#3647 for details
1 parent 4d3fec1 commit d3a427a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/opam/opamUtils.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bug-reports: \"https://github.com/%s/%s/issues\"
1313
dev-repo: \"git://github.com/%s/%s.git\"
1414
synopsis: \"\"
1515
build: [
16-
[\"dune\" \"subst\"] {pinned}
16+
[\"dune\" \"subst\"] {dev}
1717
[\"dune\" \"build\" \"-p\" name \"-j\" jobs]
1818
]
1919

0 commit comments

Comments
 (0)