mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix copy-paste error
This commit is contained in:
parent
58d2fac91d
commit
9b4cd20752
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ void AutoDelete::cancel()
|
|||
}
|
||||
|
||||
void AutoDelete::reset(const Path & p, bool recursive = true) {
|
||||
this-> p = p;
|
||||
path = p;
|
||||
this->recursive = recursive;
|
||||
del = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue