aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cron
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cron')
-rw-r--r--tools/cron/task.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cron/task.cron b/tools/cron/task.cron
index 938ed4c..7521cca 100644
--- a/tools/cron/task.cron
+++ b/tools/cron/task.cron
@@ -1,2 +1,2 @@
1# Push changes on ~/.task 1# Push changes on ~/.task
20 * * * * (cd ~/.task && git add * && git commit -am update && git push origin &>/dev/null &) 2*/20 * * * * cd ~/.task && git add * && git commit -am update && git push origin 2>&1