Skip to content

Commit

Permalink
Merge pull request #387 from samoht/one-package
Browse files Browse the repository at this point in the history
Adapt to upstream changes
  • Loading branch information
samoht committed Mar 14, 2024
2 parents 0e0d14d + 4d09dfb commit 8a14b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/git/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let git_impl path =
| Ok v -> Lwt.return v
| Error err -> Fmt.failwith "%%a" %s.pp_error err|ocaml}
path modname modname modname
| _ -> Mirage_impl_misc.connect_err "git_impl" 1 ~max:2
| _ -> connect_err "git_impl" 1 ~max:2
in
impl ~packages ~runtime_args ~connect "Git.Mem.Make" (hash @-> git)

Expand Down

0 comments on commit 8a14b5c

Please sign in to comment.