mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
fix: Remove single quote for filter
This commit is contained in:
parent
375fa19a90
commit
8f1f9f85b7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" Automatically generated by Pandoc 2.14.2
|
||||
.\" Automatically generated by Pandoc 2.16.1
|
||||
.\"
|
||||
.TH "taskwarrior-tui" "1" "" "" ""
|
||||
.hy
|
||||
|
|
|
@ -1572,7 +1572,7 @@ impl TaskwarriorTui {
|
|||
task.arg("rc.confirmation=off");
|
||||
|
||||
task.arg(&format!(
|
||||
r#""rc.report.{}.filter='{}'""#,
|
||||
r#""rc.report.{}.filter={}""#,
|
||||
self.report,
|
||||
self.filter.as_str().trim()
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue