distigt-bz: fix typo in the closing tag

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-12-17 17:38:37 +01:00
parent 2cfbf235bc
commit 43fe8d3c2e

View file

@ -25,7 +25,7 @@ spec:
{% if env == 'staging' %}
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose", "--no-user-notifications",
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
{% else }
{% else %}
command: ["/usr/local/bin/distgit-bugzilla-sync", "--verbose",
"--add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
{% endif %}