summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-10-02 15:20:34 +0200
committeremkael <emkael@tlen.pl>2023-10-02 15:20:34 +0200
commit9231a9bec9addf705248ca69373fe5aee5128fab (patch)
tree7042acdd98e8a913284360e1aa66815000228662
parent2d66584a3d5224ea9af78202337082d9dffdef9b (diff)
Enabling autocommits
-rw-r--r--_cron/autocommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index e9b6831..4e73f89 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
SHELL=/bin/bash
-# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
SHELL=/bin/sh