From fe38c616c37ca617eb5b1f92738fea038cbc2a04 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 14 Jan 2024 21:21:11 +0200 Subject: [PATCH] Fix variable name typo in matrix-bridge-mx-puppet-twitter --- .../matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 index af33cafac..fa5c03ecd 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/templates/config.yaml.j2 @@ -15,7 +15,7 @@ bridge: {% endif %} twitter: - consumerKey: {{ matrix_mx_puppet_twitter_consumer_keyl | to_json }} + consumerKey: {{ matrix_mx_puppet_twitter_consumer_key | to_json }} consumerSecret: {{ matrix_mx_puppet_twitter_consumer_secretl | to_json }} accessToken: {{ matrix_mx_puppet_twitter_access_tokenl | to_json }} accessTokenSecret: {{ matrix_mx_puppet_twitter_access_token_secretl | to_json }}