mirror of https://github.com/digint/btrbk
btrbk: output vinfo->{PRINT} instead of {URL} in _origin_tree()
parent
bd2ad9c258
commit
9103cbc79d
2
btrbk
2
btrbk
|
@ -1125,7 +1125,7 @@ sub _origin_tree
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if($uuid_fs_map{$uuid}) {
|
if($uuid_fs_map{$uuid}) {
|
||||||
push(@$lines, ["$prefix" . join(" === ", sort keys %{$uuid_fs_map{$uuid}}), $uuid]);
|
push(@$lines, ["$prefix" . join(" === ", sort map { $_->{PRINT} } values %{$uuid_fs_map{$uuid}}), $uuid]);
|
||||||
} else {
|
} else {
|
||||||
push(@$lines, ["$prefix<BTRFS_ROOT>/$node->{path}", $uuid]);
|
push(@$lines, ["$prefix<BTRFS_ROOT>/$node->{path}", $uuid]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue