From bdcae290c16a9a05f06b686e5cd6bd49fb7c3c58 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 17 Mar 2023 07:27:50 -0500 Subject: [PATCH] jicofo: fix syntax error on opus end brace (#1506) --- jicofo/rootfs/defaults/jicofo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 6850d5f..04de79f 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -107,8 +107,8 @@ jicofo { red { enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}" } - {{ end }} } + {{ end }} } }