Fix typo: _get_vhosts -> get_vhosts

This commit is contained in:
yan
2015-04-17 22:21:14 -07:00
parent efe1f2b2ff
commit 0ba12c9f46
@@ -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)