fix wrong variable name
This commit is contained in:
parent
4bb2e55d92
commit
f723dc71e3
2
setup.py
2
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".
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user