mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: With Lexer::Type::string args, there is no need to insert quotes
This commit is contained in:
parent
97bcfd3006
commit
53e7d74ce3
1 changed files with 1 additions and 1 deletions
|
@ -1475,7 +1475,7 @@ void CLI2::insertIDExpr ()
|
|||
reconstructed.push_back (argUUID);
|
||||
reconstructed.push_back (opSimilar);
|
||||
|
||||
A2 value ("'" + *u + "'", Lexer::Type::string);
|
||||
A2 value (*u, Lexer::Type::string);
|
||||
value.tag ("FILTER");
|
||||
reconstructed.push_back (value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue