Skip to content

Commit 2a730fe

Browse files
committed
fix typo
1 parent 298c062 commit 2a730fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/demo-email-notifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This script does 2 things:
1010
1. Config scheduler to run more often so we don't have to wait to long for triggering notification, like every minute:
1111

1212
```sh
13-
2CRON_CANDIDATE_REVIEW=0 */1 * * * *
13+
CRON_CANDIDATE_REVIEW=0 */1 * * * *
1414
CRON_INTERVIEW_COMING_UP=0 */1 * * * *
1515
CRON_INTERVIEW_COMPLETED=0 */1 * * * *
1616
CRON_POST_INTERVIEW=0 */1 * * * *

0 commit comments

Comments
 (0)