mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix typo
This commit is contained in:
parent
bac5277a3d
commit
19584ff89f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Upgrade(Configs): # pylint: disable=[R0902]
|
|||
self.installed_packages: list = list(self.log_packages.glob(f'*{repo_tag}'))
|
||||
|
||||
def packages(self) -> Generator:
|
||||
""" Returns the upgradable packages.
|
||||
""" Returns the upgradeable packages.
|
||||
"""
|
||||
# Delete log file before starts.
|
||||
if self.upgrade_log_file.is_file():
|
||||
|
|
Loading…
Reference in a new issue