From ed3bb1cec29c11f0d7f8c6be51e77bebe9f3550d Mon Sep 17 00:00:00 2001 From: Mike Young Date: Sun, 29 Dec 2019 23:05:22 -0500 Subject: [PATCH] Fixed a new typo --- installer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer b/installer index 40d6445..c9cbcf9 100644 --- a/installer +++ b/installer @@ -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"]