diff options
Diffstat (limited to '_cron/autocommit')
-rw-r--r-- | _cron/autocommit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index 5243ac8..52e9ad0 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ # SHELL=/bin/bash -# */5 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log # SHELL=/bin/sh |