[DOCS] removing extra double quote from example (#67667)
This commit is contained in:
parent
052a61b8dd
commit
bc70936dc5
|
@ -48,7 +48,7 @@ minute during the weekend:
|
|||
"trigger" : {
|
||||
"schedule" : {
|
||||
"cron" : [
|
||||
"0 0/2 * ? * MON-FRI"",
|
||||
"0 0/2 * ? * MON-FRI",
|
||||
"0 1-59/2 * ? * SAT-SUN"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue