fix capitalization mistake
This commit is contained in:
parent
7cb778056f
commit
8704fed7f1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def choose_action():
|
|||
module.setup()
|
||||
|
||||
if post_install_tasks:
|
||||
print("POST INStALL TASKS:")
|
||||
print("POST INSTALL TASKS:")
|
||||
for post_install_task in post_install_tasks:
|
||||
print(f"- {post_install_task}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue