fix wrong variable name

This commit is contained in:
kjeld Schouten-Lebbing 2022-01-19 18:34:20 +01:00
parent 4bb2e55d92
commit f723dc71e3
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read()
setup( setup(
name="trueupdate", name="trueupdate",
version="2.1.2", version="2.1.3",
# The packages that constitute your project. # The packages that constitute your project.
# For my project, I have only one - "pydash". # For my project, I have only one - "pydash".

View File

@ -79,7 +79,7 @@ def fetch_charts():
def process_args(): def process_args():
global CATALOG global CATALOG
global SEMVER global VERSIONING
global SYNC global SYNC
global PRUNE global PRUNE
parser = argparse.ArgumentParser(description='Update TrueNAS SCALE Apps') parser = argparse.ArgumentParser(description='Update TrueNAS SCALE Apps')