From 35dd08255bd0ab9d838141dfe7bf9877f396b6bf Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Sat, 24 Sep 2022 10:12:00 +0530 Subject: [PATCH] Update the export path of webhook --- docs/book/src/cronjob-tutorial/running.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/book/src/cronjob-tutorial/running.md b/docs/book/src/cronjob-tutorial/running.md index 1465477f0d..15713044c2 100644 --- a/docs/book/src/cronjob-tutorial/running.md +++ b/docs/book/src/cronjob-tutorial/running.md @@ -39,7 +39,8 @@ your local code-run-test cycle, as we do below. In a separate terminal, run ```bash -make run ENABLE_WEBHOOKS=false +export ENABLE_WEBHOOKS=false +make run ``` You should see logs from the controller about starting up, but it won't do