From 17ee1e31817413b5b86920c71aa2859d95f600ba Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 7 Mar 2023 17:16:08 +0200 Subject: [PATCH] Fix typo --- slpkg/update_repository.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/update_repository.py b/slpkg/update_repository.py index 57934126..40e0f726 100644 --- a/slpkg/update_repository.py +++ b/slpkg/update_repository.py @@ -42,7 +42,7 @@ class UpdateRepository(Configs, Utilities): if self.ponce_repo: if not self.is_option(self.flag_generate, self.flags): - print('Updating the package list.\n') + print('Updating the packages list.\n') print("Downloading the 'ponce' repository, please wait...\n") subprocess.call(f'lftp {self.lftp_mirror_options} {self.ponce_repo_url} {self.ponce_repo_path}', shell=True) @@ -59,7 +59,7 @@ class UpdateRepository(Configs, Utilities): print() else: - print('Updating the package list.\n') + print('Updating the packages list.\n') self.delete_file(self.sbo_repo_path, self.sbo_txt) self.delete_file(self.sbo_repo_path, self.sbo_chglog_txt)