Skip to content

Commit

Permalink
Update suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stentonian committed May 28, 2024
1 parent 8e08981 commit 7086800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary_tree/path_siblings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ impl PathSiblings<HiddenNodeContent> {
));
}

file_name.push("_path_information.json");
file_name.push(".path_information.json");
let file_path = dir.join(file_name);

let siblings = self.0.into_iter().map(PrettyNode::from).collect();
Expand Down

0 comments on commit 7086800

Please sign in to comment.