From 88af768748de7b7643e8040114315b689ec6d1a8 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 1 Feb 2022 10:59:33 -0700 Subject: [PATCH] main sources all --- app/crawler/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/crawler/main.sh b/app/crawler/main.sh index f02ec98..725527a 100644 --- a/app/crawler/main.sh +++ b/app/crawler/main.sh @@ -16,6 +16,8 @@ config() { export NOTEA_ADDR="${NOTEA_ADDR:-"http://localhost:3000"}" export GITLAB_PAT="$GITLAB_PAT" source ./gitlab.sh + source ./cache.sh + source ./notea.sh } log() {