Skip to content

Commit 635071a

Browse files
authored
Merge pull request #2817 from bcgov/hotfix-cron-entrypoint-import
Hotfix: Update import path in cron's docker entrypoint
2 parents 0c09a80 + 0f830d1 commit 635071a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cron/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function start_cron_jobs() {
22
echo "Starting go-crond as a background task ..."
3-
CRON_CMD="go-crond -v --allow-unprivileged --include=cron/"
3+
CRON_CMD="go-crond -v --allow-unprivileged --include=config/"
44
exec ${CRON_CMD}
55
}
66

0 commit comments

Comments
 (0)