Fix variable name

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-16 18:52:32 +02:00
parent 1027f501b1
commit f65e25a76e

View file

@ -153,7 +153,7 @@ def get_namespaces_and_version_from_tag(tag):
print('Error: an invalid tag was specified', file=sys.stderr)
sys.exit(1)
return namespace, version
return namespaces, version
def get_branch_and_arches(tag, version):