Browse Source

jicofo: fix syntax error on opus end brace (#1506)

Aaron van Meerten 2 years ago
parent
commit
bdcae29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jicofo/rootfs/defaults/jicofo.conf

+ 1 - 1
jicofo/rootfs/defaults/jicofo.conf

@@ -107,8 +107,8 @@ jicofo {
           red {
             enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
           }
-        {{ end }}
         }
+        {{ end }}
       }
     }