d
This commit is contained in:
parent
31c7dd0804
commit
394192ffee
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fn main() {
|
|||
println!("{}\t{}", info.deletion_date, info.path.to_str().unwrap());
|
||||
}
|
||||
}
|
||||
Command::Put { paths, recursive } => {
|
||||
Command::Put { paths, recursive, .. } => {
|
||||
for path in paths {
|
||||
match crate::ops::put(path, recursive) {
|
||||
Ok(_) => (),
|
||||
|
|
Loading…
Reference in a new issue