mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Updated message
This commit is contained in:
parent
cf0a0f1e5f
commit
b9b8672c02
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ class ViewMessage:
|
|||
installed += 1
|
||||
|
||||
if option == 'install':
|
||||
print(f'\n{color["GREY"]}Total {installed} will be installed and '
|
||||
f'{upgraded} will be upgraded.{color["ENDC"]}')
|
||||
print(f'\n{color["GREY"]}Total {installed} packages will be '
|
||||
f'installed and {upgraded} will be upgraded.{color["ENDC"]}')
|
||||
|
||||
elif option == 'build':
|
||||
print(f'\n{color["GREY"]}Total {installed + upgraded} packages '
|
||||
|
|
Loading…
Reference in a new issue