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:
parent
91e748b924
commit
5b3ae0ce61
1 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue