diff --git a/src/command.cpp b/src/command.cpp index 77a9f0bc6..3281cffcb 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1221,7 +1221,7 @@ std::string handleAnnotate () out << "Annotated " << task->id << " with '" - << task->get ("description") + << context.task.get ("description") << "'" << std::endl; }