mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Removed repo for sbo
This commit is contained in:
parent
09715a3ce9
commit
d22c3709a5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class SearchPackage(Configs):
|
|||
desc: str = SBoQueries(name).description().replace(name, '')
|
||||
version: str = SBoQueries(name).version()
|
||||
|
||||
print(f'{self.repos.sbo_enabled_repository}: {self.cyan}{name}{self.endc}-{self.yellow}'
|
||||
print(f'{self.cyan}{name}{self.endc}-{self.yellow}'
|
||||
f'{version}{self.endc}{self.green}{desc}{self.endc}')
|
||||
|
||||
if not matching:
|
||||
|
|
Loading…
Reference in a new issue