mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
fixup and fix spelling for denotate
This commit is contained in:
parent
3a61289f6c
commit
ac24ec1387
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int CmdDenotate::execute (std::string&)
|
|||
}
|
||||
}
|
||||
|
||||
if (before.data_removeme () != task.data_removeme ())
|
||||
if (before.getAnnotations () != task.getAnnotations ())
|
||||
{
|
||||
auto question = format ("Denotate task {1} '{2}'?",
|
||||
task.identifier (true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue