Fixed for option -B

This commit is contained in:
Dimitris Zlatanidis 2023-04-04 12:32:21 +03:00
parent ddf61a6a3f
commit 96a43b4d3e

View file

@ -30,7 +30,7 @@ class Utilities:
self.red: str = self.color['red']
self.endc: str = self.color['endc']
self.bred: str = f'{self.bold}{self.red}'
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
self.flag_bin_repository: list = ['-B', '--bin-repo=']
self.installed_packages: list = list(self.all_installed())
self.installed_package_names: list = list(self.all_installed_names())