Skip to content

Commit

Permalink
Oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Jun 14, 2023
1 parent 1a1991e commit 945ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def domain_info(domain):
_assert_domain_exists(domain)

registrar, _ = _get_registar_settings(domain)
certificate = domain_cert_status([domain], full=True)["certificates"][domain]
certificate = certificate_status([domain], full=True)["certificates"][domain]

apps = []
for app in _installed_apps():
Expand Down

0 comments on commit 945ecdb

Please sign in to comment.