diff --git a/client/solo/commands/install.py b/client/solo/commands/install.py index cbee0c8ec..65b1a348a 100644 --- a/client/solo/commands/install.py +++ b/client/solo/commands/install.py @@ -300,7 +300,7 @@ Install or update packages or package files. old_info = "" if action != 0: - old_info = " [%s|%s]" % ( + old_info = " [%s|%s" % ( blue(installed_ver), darkred(const_convert_to_unicode(installed_rev)),)