diff options
Diffstat (limited to 'Que/tutorial.md')
-rw-r--r-- | Que/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Que/tutorial.md b/Que/tutorial.md index 66ecd3c..6542ad3 100644 --- a/Que/tutorial.md +++ b/Que/tutorial.md @@ -50,4 +50,4 @@ To use other namespaces and add authentication/access controls, you can Just reading and writing data isn't very exciting, so let's throw in some events. We can very quickly put together a job processor. - que pub/new-que --then "./worker.sh '\msg'" + que pub/new-que --then "./worker.sh '{msg}'" |