Commit e5bc35f
authored
Fix cron example in script documentation (#522)
* Fix cron example in script documentation
Swapped minutes/seconds on the 9:30 AM example
* fix: also update source for cron example
The docs change was correct but the source in provider/script.go was
omitted. For 6-field cron (seconds minutes hours day month weekday),
9:30 AM is `0 30 9 * * 1-5` not `30 0 9 * * 1-5`.
Run make gen to keep docs in sync.1 parent fd21951 commit e5bc35f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments