mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
recur: Code cleanup
This commit is contained in:
parent
2da0656b5e
commit
19c18b04aa
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ bool nag (Task& task)
|
|||
if (task.hasTag ("nonag"))
|
||||
return false;
|
||||
|
||||
std::string nagMessage = context.config.get ("nag");
|
||||
auto nagMessage = context.config.get ("nag");
|
||||
if (nagMessage != "")
|
||||
{
|
||||
// Scan all pending, non-recurring tasks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue