mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Switched from ::parseRuleTag to ::parseRuleSettings
This commit is contained in:
parent
0fd109924f
commit
6abd6be7ab
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ void Rules::parseRule (const std::string& input)
|
|||
|
||||
// define tag xxx:
|
||||
else if (tokens.size () >= 3 && tokens[1] == "tag")
|
||||
parseRuleTag (lines);
|
||||
parseRuleSettings (lines, "tag");
|
||||
|
||||
// define exclusions:
|
||||
else if (tokens.size () == 2 && tokens[1] == "exclusions:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue