From acdde27877f67dd44731097aba89ab1b89ad30c5 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 1 Feb 2021 16:56:39 -0500 Subject: [PATCH] Fix typo --- templates/matterbridge.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/matterbridge.toml b/templates/matterbridge.toml index 0b3661d..516800e 100644 --- a/templates/matterbridge.toml +++ b/templates/matterbridge.toml @@ -214,7 +214,7 @@ RemoteNickFormat="<{NICK}> " ################################################################### #Gateway configuration ################################################################### -{% for gateway in in matterbridge_config['gateways'] %} +{% for gateway in matterbridge_config['gateways'] %} [[gateway]] name="{{ matterbridge_config['bridge_name'] }}.{{ gateway['mattermost_channel'] }}" enable=true