fix wrong variable name

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-19 18:34:20 +01:00
parent 4bb2e55d92
commit f723dc71e3
2 changed files with 2 additions and 2 deletions

View File

@ -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')