mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix
- Fixed bug in annotations that caused it to echo back the original description, instead of the new annotation, when adding a new annotation.
This commit is contained in:
parent
bd89287f05
commit
543fc1727d
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ std::string handleAnnotate ()
|
|||
out << "Annotated "
|
||||
<< task->id
|
||||
<< " with '"
|
||||
<< task->get ("description")
|
||||
<< context.task.get ("description")
|
||||
<< "'"
|
||||
<< std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue