mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +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…
Add table
Add a link
Reference in a new issue