Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Nov 15, 2023
1 parent 7d724d1 commit 18b36d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ impl<D: BaoStore> RpcHandler<D> {
_ => None,
});
self.blob_export(
String::from(path.to_str().context("invalid path")?),
path,
entry.content_hash(),
false,
false,
Expand Down

0 comments on commit 18b36d0

Please sign in to comment.