distigt-bz: fix typo in the closing tag
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
2cfbf235bc
commit
43fe8d3c2e
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue