summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl
index c97b940..eed21c5 100644
--- a/frontends/scripts/taskwarrior.sh.tpl
+++ b/frontends/scripts/taskwarrior.sh.tpl
@@ -1,4 +1,5 @@
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'