From f79cfe42aac5f5cef8865f7a6975f6a430c923a1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Apr 2020 23:12:18 -0700 Subject: Use python format strings for args.then --- Que/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Que/tutorial.md') 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}'" -- cgit v1.2.3