Fix rm --exact / --matching not being invoked at all O_o

This commit is contained in:
Vitaliy Filippov
2024-12-28 21:47:00 +03:00
parent 42d40153ff
commit 383712148b
3 changed files with 15 additions and 9 deletions
+1
View File
@@ -146,6 +146,7 @@ struct wildcard_remover_t
sub_cfg = cfg.object_items();
sub_cfg.erase("globs");
sub_cfg.erase("exact");
sub_cfg.erase("matching");
sub_cfg["from"] = from_cfg.name;
sub_cfg["to"] = to_cfg.name;
sub_cb = parent->start_rm(sub_cfg);