From df5318211484690aeb2d8152fd0c122ccab4d47f Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 6 Dec 2024 08:51:11 +0100 Subject: [PATCH] minor fix, the commit_id is not in Lwt.t anymore --- mirage/unikernel.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirage/unikernel.ml b/mirage/unikernel.ml index 2fa71ed..808464d 100644 --- a/mirage/unikernel.ml +++ b/mirage/unikernel.ml @@ -733,7 +733,7 @@ stamp: %S } let create remote git_kv = - commit_id git_kv >>= fun commit_id -> + let commit_id = commit_id git_kv in modified git_kv >>= fun modified -> let repo = repo remote commit_id in Tarball.of_git repo git_kv >|= fun (index, urls) ->