mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
validate: Fix typo
This commit is contained in:
parent
409c880921
commit
98218c4b75
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ void validate (
|
||||||
autoAdjust (findHint (cli, ":adjust"), rules, database, interval);
|
autoAdjust (findHint (cli, ":adjust"), rules, database, interval);
|
||||||
|
|
||||||
// TODO This warning is not working properly, because when an interval is
|
// TODO This warning is not working properly, because when an interval is
|
||||||
// modified, it ifirst deleted, then added. This causes this code to
|
// modified, it is first deleted, then added. This causes this code to
|
||||||
// dertmine that it is always a new tag.
|
// determine that it is always a new tag.
|
||||||
//warnOnNewTag (rules, database, interval);
|
//warnOnNewTag (rules, database, interval);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue