openscanhub: fix indentation of the e-mail notification

... footer.

It contains unnecessary spaces before the link.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-05-09 14:37:13 +02:00 committed by kevin
parent 91e748b924
commit 5b3ae0ce61

View file

@ -164,7 +164,6 @@ SINGLE_USE_WORKER_SSH_USER = "ec2-user"
# May be, related public key should be copied when a new worker is set up.
SINGLE_USE_WORKER_SSH_PRIVATE_KEY = "/etc/osh/worker-manager/id_rsa"
NOTIFICATION_EMAIL_FOOTER = """You can reply to this e-mail to initiate a discussion on \
https://lists.fedoraproject.org/archives/list/openscanhub@lists.fedoraproject.org/"""
NOTIFICATION_EMAIL_FOOTER = """You can reply to this e-mail to initiate a discussion on https://lists.fedoraproject.org/archives/list/openscanhub@lists.fedoraproject.org/"""
ALLOWED_HOSTS = ['openscanhub{{ env_suffix }}.fedoraproject.org']