Skip to content

Fix cron example in script documentation - #522

Open
bjornrobertsson wants to merge 2 commits into
mainfrom
bjornrobertsson-patch-1
Open

Fix cron example in script documentation#522
bjornrobertsson wants to merge 2 commits into
mainfrom
bjornrobertsson-patch-1

Conversation

@bjornrobertsson

Copy link
Copy Markdown

Swapped minutes/seconds on the 9:30 AM example

Swapped minutes/seconds on the 9:30 AM example

@nickvigilante nickvigilante left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! :shipit: 🚀

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants