mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed for option -B
This commit is contained in:
parent
ddf61a6a3f
commit
96a43b4d3e
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue