Skip to content
Snippets Groups Projects
Commit b6082322 authored by Armin's avatar Armin
Browse files

Fixed typo

parent a8b57ff6
No related branches found
No related tags found
1 merge request!2Using python for the scrips.
Pipeline #640 failed
...@@ -8,7 +8,7 @@ def configure_swag(): ...@@ -8,7 +8,7 @@ def configure_swag():
f = open(SWAG_COMPOSE_FILE+'.example', 'rt') f = open(SWAG_COMPOSE_FILE+'.example', 'rt')
data = f.read() data = f.read()
f.close() f.close()
data = data.replace('your-domina', DOMAIN) data = data.replace('your-domain', DOMAIN)
data = data.replace('your-subdomains', subdomains) data = data.replace('your-subdomains', subdomains)
data = data.replace('your-email', MAIL_ADDRESS) data = data.replace('your-email', MAIL_ADDRESS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment