mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +01:00
Fix typo
This commit is contained in:
parent
8f3b56e965
commit
17ee1e3181
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ class UpdateRepository(Configs, Utilities):
|
||||||
if self.ponce_repo:
|
if self.ponce_repo:
|
||||||
|
|
||||||
if not self.is_option(self.flag_generate, self.flags):
|
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")
|
print("Downloading the 'ponce' repository, please wait...\n")
|
||||||
subprocess.call(f'lftp {self.lftp_mirror_options} {self.ponce_repo_url} {self.ponce_repo_path}',
|
subprocess.call(f'lftp {self.lftp_mirror_options} {self.ponce_repo_url} {self.ponce_repo_path}',
|
||||||
shell=True)
|
shell=True)
|
||||||
|
@ -59,7 +59,7 @@ class UpdateRepository(Configs, Utilities):
|
||||||
print()
|
print()
|
||||||
|
|
||||||
else:
|
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_txt)
|
||||||
self.delete_file(self.sbo_repo_path, self.sbo_chglog_txt)
|
self.delete_file(self.sbo_repo_path, self.sbo_chglog_txt)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue