We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9898f5c commit 1e44939Copy full SHA for 1e44939
1 file changed
REFERENCE.md
@@ -177,10 +177,10 @@ Examples:
177
178
# Run on the first _Saturday_ of every month at 7:00AM
179
trigger => {
180
- 'schedule' => 'monthly',
181
- 'start_time' => '07:00',
182
- 'day_of_week' => 'sat', # Specify the day of the week to trigger on
183
- 'which_occurence' => 'first' # Specify which occurance to trigger on, up to fifth
+ 'schedule' => 'monthly',
+ 'start_time' => '07:00',
+ 'day_of_week' => 'sat', # Specify the day of the week to trigger on
+ 'which_occurrence' => 'first' # Specify which occurrence to trigger on, up to fifth
184
}
185
186
# Run on boot, then once per hour for 12 hours
0 commit comments