From 96c81085ff2cd737d425eec308ccef4f7fd1b157 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 25 Oct 2021 14:17:01 -0400 Subject: [PATCH] fix: correct the -deleted to -DELETED to filter out tasks that were deleted --- task_status/task_status.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task_status/task_status.py b/task_status/task_status.py index 2fc7695..c686154 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -8,7 +8,7 @@ from datetime import date from dateutil.relativedelta import relativedelta, MO import click -__version__ = "0.2.3" +__version__ = "0.2.4" @click.command() @@ -28,7 +28,7 @@ def main(uuid, header, sort): f"end.after:{last_monday}", "status_report:display", "-home", - "-deleted", + "-DELETED", "export", ] tasks = subprocess.run(