zip_deploy: fixes minor typo

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2021-12-28 16:04:28 +00:00 committed by Eric Callahan
parent 5f20dafadb
commit 7c5d840c1b
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class ZipDeploy(AppDeploy):
self.package_list = sorted(dep_info.get(
'debian', {}).get('packages', []))
self.python_pkg_list = sorted(dep_info.get('python', []))
# Retreive version info from github to check for updates and
# Retrieve version info from github to check for updates and
# validate local release info
host_repo = release_info.get('host_repo', "?")
release_tag = release_info.get('release_tag', "?")