mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Task: Typo in attribute name
This commit is contained in:
parent
b40cc89235
commit
0973bf0dda
1 changed files with 1 additions and 1 deletions
|
@ -1515,7 +1515,7 @@ void Task::validate (bool applyDefault /* = true */)
|
||||||
has ("due") &&
|
has ("due") &&
|
||||||
has ("recur") &&
|
has ("recur") &&
|
||||||
(! has ("parent") || get ("parent") == "") &&
|
(! has ("parent") || get ("parent") == "") &&
|
||||||
(! has ("tenplate") || get ("tenplate") == ""))
|
(! has ("template") || get ("template") == ""))
|
||||||
{
|
{
|
||||||
status = Task::recurring;
|
status = Task::recurring;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue