mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #433 - Missing punctuation in some command output
- Missed something in Filter.cpp
This commit is contained in:
parent
1528fdc7e1
commit
3ec8d2fece
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void Filter::applySequence (std::vector<Task>& all, Sequence& sequence)
|
|||
foreach (r, right)
|
||||
out << " " << *r;
|
||||
|
||||
out << " not found";
|
||||
out << " not found.";
|
||||
throw out.str ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue