From 0644afdf74a8c5db8753a00ae51e61e63d6d154e Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 23 Nov 2020 18:07:31 +0800 Subject: update --- tools/cron/task.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cron/task.cron') 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 @@ # Push changes on ~/.task -0 * * * * (cd ~/.task && git add * && git commit -am update && git push origin &>/dev/null &) +*/20 * * * * cd ~/.task && git add * && git commit -am update && git push origin 2>&1 -- cgit v1.2.3-70-g09d2