Skip to content

Commit

Permalink
Fix confile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WingedSeal committed Oct 25, 2022
1 parent 81590f4 commit 070bee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ")
Expand Down

0 comments on commit 070bee0

Please sign in to comment.