Browse Source

jicofo: fix syntax error on opus end brace

Aaron van Meerten 2 năm trước cách đây
mục cha
commit
5addc54d63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}
       }
     }