mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for error message
This commit is contained in:
parent
87791b2305
commit
3d579fd4d6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class CheckUpdates(Configs):
|
|||
|
||||
def error_connected_repositories(self) -> None:
|
||||
if self.error_connected:
|
||||
print(f'\n{self.endc}Failed to connected to the repositories:\n')
|
||||
print(f'\n{self.endc}Failed connected to the mirrors:\n')
|
||||
for repo in self.error_connected:
|
||||
print(f'{self.red}>{self.endc} {repo}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue