summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl
index eed21c5..aaafbe9 100644
--- a/frontends/scripts/taskwarrior.sh.tpl
+++ b/frontends/scripts/taskwarrior.sh.tpl
@@ -2,4 +2,4 @@ PATH=$PATH:/usr/local/bin
echo "Any tasks due before the next 14 days?"
# Using git user, as ssh keys are already there to sync the task db!
-su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day long 2>/dev/null'
+su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day minimal 2>/dev/null'