Skip to content

Commit 6de5bd9

Browse files
committed
Fix README queues config value to array
1 parent 9cd6bc3 commit 6de5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ and then remove the paused ones. Pausing in general should be something rare, us
313313
Do this:
314314

315315
```yml
316-
queues: background, backend
316+
queues: [ background, backend ]
317317
```
318318

319319
instead of this:

0 commit comments

Comments
 (0)