Skip to content

Commit

Permalink
unix: fix regression in irmin tree
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Feb 23, 2017
1 parent 805a3cc commit e370741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ir_cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let tree = {
run begin
store >>= fun t ->
let all = ref [] in
let todo = ref [] in
let todo = ref [S.Key.empty] in
let rec walk () = match !todo with
| [] -> Lwt.return_unit
| k::rest ->
Expand Down

0 comments on commit e370741

Please sign in to comment.