mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Typo in rule auto setting
This commit is contained in:
parent
beb620116b
commit
11548dcb4a
1 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ void initializeDataAndRules (
|
||||||
if (arg.attribute ("canonical") == ":debug") rules.set ("debug", "on");
|
if (arg.attribute ("canonical") == ":debug") rules.set ("debug", "on");
|
||||||
if (arg.attribute ("canonical") == ":quiet") rules.set ("verbose", "off");
|
if (arg.attribute ("canonical") == ":quiet") rules.set ("verbose", "off");
|
||||||
if (arg.attribute ("canonical") == ":color") rules.set ("color", "on");
|
if (arg.attribute ("canonical") == ":color") rules.set ("color", "on");
|
||||||
if (arg.attribute ("canonical") == ":nocolor") rules.set ("color", "coff");
|
if (arg.attribute ("canonical") == ":nocolor") rules.set ("color", "off");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue