From a8638ef74b72c7cda4d7a73b883c1e3da0c5a689 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Mon, 12 Aug 2019 22:31:55 +0100 Subject: [PATCH] typo in a comment --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 5bfd9f5..ea4c097 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -171,7 +171,7 @@ [if $.enabled.thrimshim then "thrimshim"]: { image: "quay.io/ekimekim/wubloader-thrimshim:%s" % $.image_tag, - // Args for the thrimshim: set channel and qualities + // Args for the thrimshim: database connection string command: [ "--backdoor-port", std.toString($.backdoor_port), $.db_connect,