mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix variable name typo in matrix-bridge-mx-puppet-twitter
This commit is contained in:
parent
8f64262e31
commit
fe38c616c3
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user