Parcourir la source

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

Aaron van Meerten il y a 2 ans
Parent
commit
bdcae29
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}
       }
     }