mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
fix upgrading color
This commit is contained in:
parent
b86cd1ab60
commit
79084314da
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ class SBoInstall(object):
|
|||
sys.exit(0)
|
||||
if find_package(pkg + '-', _m.pkg_path):
|
||||
print("{0}[ Upgrading ] --> {1}{2}".format(
|
||||
_m.color['GREEN'], _m.color['ENDC'], pkg))
|
||||
_m.color['YELLOW'], _m.color['ENDC'], pkg))
|
||||
upgraded.append(prgnam)
|
||||
else:
|
||||
print("{0}[ Installing ] --> {1}{2}".format(
|
||||
|
|
Loading…
Reference in a new issue