mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Bug #1191
+ The 'execute' command should not be considered a 'write' command.
This commit is contained in:
parent
08b959aafc
commit
88968ac36c
3 changed files with 5 additions and 3 deletions
|
@ -312,7 +312,7 @@ void TF2::load_tasks ()
|
|||
_U2I[task.get ("uuid")] = task.id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (_auto_dep_scan)
|
||||
dependency_scan ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue