Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kimono-koans/httm
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Jul 27, 2024
2 parents c925ab4 + 50f4568 commit 1394b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/mounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl BaseFilesystemInfo {
fs_type: FilesystemType::Btrfs(None),
},
)),
_ if source == *RESTIC_SOURCE_PATH => {
_ if source.to_string_lossy().contains("restic") => {
let canonical_path: PathBuf = realpath(
mount.join(RESTIC_LATEST_SNAPSHOT_DIRECTORY),
RealpathFlags::ALLOW_MISSING,
Expand Down

0 comments on commit 1394b5d

Please sign in to comment.