Przeglądaj źródła

jicofo: fix syntax error on opus end brace

Aaron van Meerten 2 lat temu
rodzic
commit
5addc54d63
1 zmienionych plików z 1 dodań i 1 usunięć
  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 }}
       }
     }