From 070bee0e80dde5154e8f4c9b73f3c7cd52635a95 Mon Sep 17 00:00:00 2001 From: WingedSeal Date: Tue, 25 Oct 2022 10:27:22 +0700 Subject: [PATCH] Fix confile typo --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 968246ff..0f6ad545 100644 --- a/src/main.py +++ b/src/main.py @@ -101,7 +101,7 @@ def main() -> None: pprint(f'Current Directory | {CWD}\n', Colors.YELLOW) if not (CWD / CONFIG_FILE_NAME).is_file(): pprint( - f'No confile file found, generating {CONFIG_FILE_NAME}...', Colors.INFO + f'No config file found, generating {CONFIG_FILE_NAME}...', Colors.INFO ) while True: config["namespace"] = get_input("Namespace: ")