summaryrefslogtreecommitdiff
path: root/lib/manifest.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 16:12:16 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 16:12:16 +0000
commitf6a774037bef617835bd43fedf7404822220b332 (patch)
tree78666a881b22826ce0ed8634ac014617976b906a /lib/manifest.ml
parentcdd9140cfa59accbc404bf4a7f6683baf7b86ee5 (diff)
downloadnixtaml-f6a774037bef617835bd43fedf7404822220b332.tar
nixtaml-f6a774037bef617835bd43fedf7404822220b332.tar.gz
nixtaml-f6a774037bef617835bd43fedf7404822220b332.tar.bz2
nixtaml-f6a774037bef617835bd43fedf7404822220b332.tar.lz
nixtaml-f6a774037bef617835bd43fedf7404822220b332.tar.xz
nixtaml-f6a774037bef617835bd43fedf7404822220b332.tar.zst
nixtaml-f6a774037bef617835bd43fedf7404822220b332.zip
hash match shape
Diffstat (limited to 'lib/manifest.ml')
-rw-r--r--lib/manifest.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.ml b/lib/manifest.ml
index 3e0dda1..9313dad 100644
--- a/lib/manifest.ml
+++ b/lib/manifest.ml
@@ -639,7 +639,7 @@ module Input' = struct
match Hash.codec.of_kdl input.children with
| Ok h ->
Ok h
- | Error (`Not_found ("hash", _) :: []) ->
+ | Error [`Not_found ("hash", _)] ->
Ok (Hash.make ?algorithm: !default_hash_algorithm ())
| Error errs ->
Error errs