fixed incorrect log
This commit is contained in:
parent
0d9dc25733
commit
8507125093
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ def initialize():
|
|||
# https://github.com/magmax/python-inquirer
|
||||
log.log("Initializing inquirer")
|
||||
if os.system("pip install inquirer &> /dev/null"):
|
||||
log.error("Failed to install pytermgui via pip")
|
||||
log.error("Failed to install inquirer via pip")
|
||||
exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue