Skip to content

Commit a22754d

Browse files
correct example (circleci#8940)
1 parent 1dc23e9 commit a22754d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/_cci2/set-a-nightly-scheduled-pipeline.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ async function setupNightlySchedule(){
5555
},
5656
"timetable": {
5757
// once per hour
58-
"per_hour": 1,
58+
"per-hour": 1,
5959
// at 01:00 UTC
60-
"hours_of_day": [1],
60+
"hours-of-day": [1],
6161
// on the following days of the week
62-
"days_of_week": ["TUE", "WED", "THU", "FRI", "SAT"]
62+
"days-of-week": ["TUE", "WED", "THU", "FRI", "SAT"]
6363
}
6464
},
6565
{

0 commit comments

Comments
 (0)