Fixed for option -B=

This commit is contained in:
Dimitris Zlatanidis 2023-04-03 13:34:59 +03:00
parent 1430e6700f
commit 7d4c0512e8
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ Fixed:
- Upgrade dependencies without -r option
- Patch slackbuild repo tag
- File pattern '*' for find all installed
- Option -B= with command -u, update
4.7.1 - 02/04/2023
Fixed:

View file

@ -29,7 +29,7 @@ class CheckUpdates(Configs):
self.yellow: str = self.color['yellow']
self.bgreen: str = f'{self.bold}{self.green}'
self.endc: str = self.color['endc']
self.flag_bin_repository: list = ['-B', '--bin-repo=']
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
self.compare: dict = {}
self.local_chg_txt = None