Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 6, 2024
1 parent d275498 commit 98f155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main._rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fn main() -> value_log::Result<()> {
for segment_id in value_log.list_segments() {
// Scan segment
let reader = SegmentReader::new(
vl_path.join("segments").join(&*segment_id).join("data"),
vl_path.join("segments").join(&*segment_id),
segment_id.clone(),
)?;

Expand Down

0 comments on commit 98f155c

Please sign in to comment.