diff --git a/slpkg/update_repositories.py b/slpkg/update_repositories.py index 6e05f5ca..a45f3705 100644 --- a/slpkg/update_repositories.py +++ b/slpkg/update_repositories.py @@ -90,7 +90,7 @@ class UpdateRepositories(Configs): print() def view_downloading_message(self, repo: str) -> None: - print(f"Syncing with the repository '{self.green}{repo}{self.endc}', please wait...\n") + print(f"\nSyncing with the repository '{self.green}{repo}{self.endc}', please wait...\n") def slack_repository(self) -> None: if not self.option_for_install_data: