Skip to content

Commit

Permalink
Merge pull request #1913 from saurabh6790/fix_tls_update
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
saurabh6790 authored Jul 1, 2024
2 parents a929f7e + 4bd7e8c commit e588c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/press/doctype/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def update_tls_certificate(self):
update_server_tls_certifcate,
)

filters = {"wildcard": True, "status": "Active", "domain": self.domian}
filters = {"wildcard": True, "status": "Active", "domain": self.domain}

if hasattr(self, "is_self_hosted") and self.is_self_hosted:
if self.domain != self.self_hosted_server_domain:
Expand Down

0 comments on commit e588c11

Please sign in to comment.