mirror of
https://github.com/certbot/certbot.git
synced 2026-08-06 21:34:58 +02:00
Fix line-wrapped function indents.
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ class Proxy(configurators_common.Proxy):
|
||||
return {"example.com"}
|
||||
|
||||
def deploy_cert(self, domain, cert_path, key_path, chain_path=None,
|
||||
fullchain_path=None):
|
||||
fullchain_path=None):
|
||||
"""Installs cert"""
|
||||
cert_path, key_path, chain_path = self.copy_certs_and_keys(
|
||||
cert_path, key_path, chain_path)
|
||||
|
||||
Reference in New Issue
Block a user