Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/book/src/cronjob-tutorial/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down