Explorar el Código

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

Aaron van Meerten hace 2 años
padre
commit
bdcae29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }}
       }
     }