Skip to content

Commit 995b0e4

Browse files
committed
fix(prosody): Fix visitors cfg syntax.
1 parent c3df6df commit 995b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prosody/rootfs/defaults/conf.d/visitors.cfg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ Component '{{ $VISITORS_MUC_PREFIX }}.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DO
193193
{{ end -}}
194194

195195
{{ if not $DISABLE_POLLS -}}
196-
Component 'polls.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DOMAIN }}'' 'polls_component'
196+
Component 'polls.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DOMAIN }}' 'polls_component'
197197
{{ end -}}

0 commit comments

Comments
 (0)