mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +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" "" "" ""
|
.TH "taskwarrior-tui" "1" "" "" ""
|
||||||
.hy
|
.hy
|
||||||
|
|
|
@ -1572,7 +1572,7 @@ impl TaskwarriorTui {
|
||||||
task.arg("rc.confirmation=off");
|
task.arg("rc.confirmation=off");
|
||||||
|
|
||||||
task.arg(&format!(
|
task.arg(&format!(
|
||||||
r#""rc.report.{}.filter='{}'""#,
|
r#""rc.report.{}.filter={}""#,
|
||||||
self.report,
|
self.report,
|
||||||
self.filter.as_str().trim()
|
self.filter.as_str().trim()
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue