Skip to content

Fix cron example in script documentation - #522

Merged
bjornrobertsson merged 2 commits into
mainfrom
bjornrobertsson-patch-1
Aug 3, 2026
Merged

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

Conversation

@bjornrobertsson

Copy link
Copy Markdown
Contributor

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.

@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: 🚀

@bjornrobertsson
bjornrobertsson merged commit e5bc35f into main Aug 3, 2026
7 checks passed
@bjornrobertsson
bjornrobertsson deleted the bjornrobertsson-patch-1 branch August 3, 2026 15:45
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants