diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 16:12:16 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 16:12:16 +0000 |
| commit | f6a774037bef617835bd43fedf7404822220b332 (patch) | |
| tree | 78666a881b22826ce0ed8634ac014617976b906a | |
| parent | cdd9140cfa59accbc404bf4a7f6683baf7b86ee5 (diff) | |
| download | nixtaml-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
| -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 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 |
