mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Fixed for update
This commit is contained in:
parent
03ace6234e
commit
836aef5534
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class UpdateRepositories(Configs):
|
||||||
for repo, update in self.repos_for_update.items():
|
for repo, update in self.repos_for_update.items():
|
||||||
if update:
|
if update:
|
||||||
self.view_downloading_message(repo)
|
self.view_downloading_message(repo)
|
||||||
if self.repository in [self.repos.sbo_repo_name, self.repos.ponce_repo_name]:
|
if repo in [self.repos.sbo_repo_name, self.repos.ponce_repo_name]:
|
||||||
self.update_slackbuild_repos(repo)
|
self.update_slackbuild_repos(repo)
|
||||||
else:
|
else:
|
||||||
self.update_binary_repos(repo)
|
self.update_binary_repos(repo)
|
||||||
|
|
Loading…
Add table
Reference in a new issue