mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +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
|
installed += 1
|
||||||
|
|
||||||
if option == 'install':
|
if option == 'install':
|
||||||
print(f'\n{color["GREY"]}Total {installed} will be installed and '
|
print(f'\n{color["GREY"]}Total {installed} packages will be '
|
||||||
f'{upgraded} will be upgraded.{color["ENDC"]}')
|
f'installed and {upgraded} will be upgraded.{color["ENDC"]}')
|
||||||
|
|
||||||
elif option == 'build':
|
elif option == 'build':
|
||||||
print(f'\n{color["GREY"]}Total {installed + upgraded} packages '
|
print(f'\n{color["GREY"]}Total {installed + upgraded} packages '
|
||||||
|
|
Loading…
Reference in a new issue