mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +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()
|
||||
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user