minor fix, the commit_id is not in Lwt.t anymore

This commit is contained in:
Hannes Mehnert 2024-12-06 08:51:11 +01:00
parent bbd09258d0
commit df53182114

View file

@ -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) ->