summaryrefslogtreecommitdiff
path: root/_cron/autocommit
diff options
context:
space:
mode:
Diffstat (limited to '_cron/autocommit')
-rw-r--r--_cron/autocommit6
1 files changed, 3 insertions, 3 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index 00c4efc..a1d9b50 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
-# SHELL=/bin/bash
-# */20 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
-# SHELL=/bin/sh
+SHELL=/bin/bash
+*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+SHELL=/bin/sh