mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdTags
- Uses the correct filter.
This commit is contained in:
parent
50bfb6881a
commit
67d42b5241
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ int CmdTags::execute (std::string& output)
|
|||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
filter.subset (tasks, filtered);
|
||||
|
||||
// Scan all the tasks for their project name, building a map using project
|
||||
// names as keys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue