2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-22 22:58:31 +00:00
This commit is contained in:
Saurabh 2018-06-29 14:27:28 +05:30
parent 9f150c4c35
commit 179dfc1685

View File

@ -122,7 +122,7 @@ def setup_wildcard_ssl(domain, email, bench_path):
def _get_domain_name(domain):
if domain.split('.')[0] != '*':
domain = '*.{0}'.foramt(domain)
domain = '*.{0}'.format(domain)
return domain
domain = _get_domain_name(domain)