elections: add missing closing parenthesis

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-04-29 13:19:19 +02:00
parent cf6c2f3b40
commit 7b6a86c1dd

View file

@ -13,4 +13,4 @@ items:
app: elections
data:
client_secrets.json: |-
{{ load_file('client_secrets.json' | indent }}
{{ load_file('client_secrets.json') | indent }}