Fixed a new typo

This commit is contained in:
Mike Young
2019-12-29 23:05:22 -05:00
parent bee77e3b3f
commit ed3bb1cec2

3
installer vendored
View File

@@ -141,7 +141,8 @@ class SystemInstaller:
return True
def make_nginx_config(self, answers):
root = os.path.abspath(".") _fp = "pyshelf_nginx.conf"
root = os.path.abspath(".")
_fp = "pyshelf_nginx.conf"
for r in answers:
if r["name"] == "hostname":
hostname = r["answer"]