Skip to content

Commit

Permalink
fix indexer example cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeldenker committed Mar 20, 2024
1 parent cdedda8 commit d4ad1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/examples/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ fn main() -> anyhow::Result<()> {

println!("Indexing took {:?}", start.elapsed());

std::fs::remove_dir(path)?;
std::fs::remove_dir_all(path)?;
Ok(())
}

0 comments on commit d4ad1bf

Please sign in to comment.