update taskwarrior-autotag

This commit is contained in:
Ingolf Wagner 2022-07-29 11:48:58 +02:00
parent cd5c83946b
commit 4032e271a7
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -78,7 +78,7 @@ in
"$@"
'';
set_tag_query = "status:pending '${cfg.query}'";
unset_tag_query = "'! ${cfg.query} and +${cfg.tag_name}'";
unset_tag_query = "'! ${cfg.query}'";
yes = "${pkgs.coreutils}/bin/yes";
in
''