Skip to content

Commit

Permalink
Do not use tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
icristescu committed Oct 7, 2022
1 parent 813fb51 commit 78a0bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/merkle_proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module Store = Irmin_git_unix.FS.KV (Contents)
Open a repo.

```ocaml
# let config = Irmin_git.config ~bare:true "/tmp/irmin/test"
# let config = Irmin_git.config ~bare:true "./tmp-irmin/test"
let repo = Lwt_main.run (Store.Repo.v config);;
val config : Irmin.config = <abstr>
val repo : Store.repo = <abstr>
Expand Down

0 comments on commit 78a0bed

Please sign in to comment.