Fix variable name
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
1027f501b1
commit
f65e25a76e
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue