diff options
author | Ben Sima <ben@bsima.me> | 2020-04-15 23:12:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-15 23:12:18 -0700 |
commit | f79cfe42aac5f5cef8865f7a6975f6a430c923a1 (patch) | |
tree | 20d0f7e1746df04e2d9a553b4c1de99505efb83c /Que/tutorial.md | |
parent | bfa8e3b88e247e40c2c4fc1ab03176599cc4170b (diff) |
Use python format strings for args.then
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}'" |