Updated for error message

This commit is contained in:
Dimitris Zlatanidis 2024-03-27 20:16:58 +02:00
parent 87791b2305
commit 3d579fd4d6

View file

@ -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}')