Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Mar 20, 2024
1 parent 867e635 commit 7784590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/snaps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl MapOfSnaps {
.map(|(mount, _metadata)| mount.to_owned())
.unwrap_or_else(|| PathBuf::from(ROOT_DIRECTORY));

let snap_mount = btrfs_root.to_path_buf().join(snap_relative);
let snap_mount = btrfs_root.join(snap_relative);

if opt_debug {
eprintln!(
Expand Down

0 comments on commit 7784590

Please sign in to comment.