mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Bug Fix - typo
- Typo in message after prepend has finished.
This commit is contained in:
parent
2cf25b7c35
commit
be86c52dc0
1 changed files with 1 additions and 1 deletions
|
@ -1148,7 +1148,7 @@ int handlePrepend (std::string &outs)
|
|||
context.tdb.unlock ();
|
||||
|
||||
if (context.config.get ("echo.command", true))
|
||||
out << "Appended " << count << " task" << (count == 1 ? "" : "s") << std::endl;
|
||||
out << "Prepended " << count << " task" << (count == 1 ? "" : "s") << std::endl;
|
||||
|
||||
outs = out.str ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue