diff options
Diffstat (limited to 'lib/manifest.ml')
| -rw-r--r-- | lib/manifest.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.ml b/lib/manifest.ml index a8cc965..370dc27 100644 --- a/lib/manifest.ml +++ b/lib/manifest.ml @@ -287,7 +287,7 @@ module Darcs = struct let* darcs = ll @@ kdl.@(node "darcs") in let+ repository = Template.of_child ~name: "repository" darcs and+ mirrors = Template.of_mirrors darcs - and+ reference = Reference.codec.of_kdl kdl + and+ reference = Reference.codec.of_kdl darcs.children in {repository; mirrors; reference} ); |
