summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
Diffstat (limited to '_cron')
-rw-r--r--_cron/playoff6
1 files changed, 3 insertions, 3 deletions
diff --git a/_cron/playoff b/_cron/playoff
index 2a22dfa..48b425b 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
-# SHELL=/bin/bash
-# */3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1
-# SHELL=/bin/sh
+SHELL=/bin/bash
+*/3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
+SHELL=/bin/sh