distgit/pagure: fix thee if/else/endif block

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-02 11:18:29 +01:00
parent 5d83949656
commit 74b32a1768

View file

@ -96,7 +96,7 @@ SSH_KEYS_OPTIONS = 'restrict,command="/usr/libexec/pagure/aclchecker.py %(userna
{% if env == 'staging' %}
GIT_AUTH_BACKEND = 'pagure'
SSH_KEYS_USERNAME_EXPECT = 'git'
{% endif %}
{% else %}
SSH_KEYS_USERNAME_LOOKUP = True
{% endif %}