From f723dc71e31632687af316efad0d648984f6b409 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 19 Jan 2022 18:34:20 +0100 Subject: [PATCH] fix wrong variable name --- setup.py | 2 +- trueupdate/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4f649a31..41977213 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read() setup( name="trueupdate", - version="2.1.2", + version="2.1.3", # The packages that constitute your project. # For my project, I have only one - "pydash". diff --git a/trueupdate/__init__.py b/trueupdate/__init__.py index a4f63896..a402b9ff 100644 --- a/trueupdate/__init__.py +++ b/trueupdate/__init__.py @@ -79,7 +79,7 @@ def fetch_charts(): def process_args(): global CATALOG - global SEMVER + global VERSIONING global SYNC global PRUNE parser = argparse.ArgumentParser(description='Update TrueNAS SCALE Apps')