mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CLI: Fixed misnamed attribute
This commit is contained in:
parent
05cba6d278
commit
6e1bcc2eee
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ void CLI::canonicalizeNames ()
|
||||||
}
|
}
|
||||||
else if (canonicalize (canonical, "hint", raw))
|
else if (canonicalize (canonical, "hint", raw))
|
||||||
{
|
{
|
||||||
a.attribute ("hint", canonical);
|
a.attribute ("canonical", canonical);
|
||||||
a.tag ("HINT");
|
a.tag ("HINT");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue