pxar: don't skip list+found by default
This used to be default-off and was accidentally set to on-by-default with the pxar crate update. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3014088684
commit
fc6047fcb1
|
@ -335,7 +335,7 @@ fn create_archive(
|
||||||
pattern_list,
|
pattern_list,
|
||||||
feature_flags,
|
feature_flags,
|
||||||
device_set,
|
device_set,
|
||||||
true,
|
false,
|
||||||
|path| {
|
|path| {
|
||||||
if verbose {
|
if verbose {
|
||||||
println!("{:?}", path);
|
println!("{:?}", path);
|
||||||
|
|
Loading…
Reference in New Issue