mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for comments
This commit is contained in:
parent
1ff6eb7b0b
commit
1730c8e3de
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class UpdateRepositories(Configs):
|
|||
def update_the_repositories(self) -> None:
|
||||
if not any(list(self.repos_for_update.values())):
|
||||
self.view.question()
|
||||
# Force update the repositories.
|
||||
for repo in self.repos_for_update:
|
||||
self.repos_for_update[repo] = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue