mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Fix typo: _get_vhosts -> get_vhosts
This commit is contained in:
@@ -97,7 +97,7 @@ class NginxConfigurator(object):
|
|||||||
self.version = self._get_version()
|
self.version = self._get_version()
|
||||||
|
|
||||||
# Get all of the available vhosts
|
# Get all of the available vhosts
|
||||||
self.vhosts = self.parser._get_vhosts()
|
self.vhosts = self.parser.get_vhosts()
|
||||||
|
|
||||||
temp_install(self.config.nginx_mod_ssl_conf)
|
temp_install(self.config.nginx_mod_ssl_conf)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user