2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-23 19:52:10 +00:00

Fix erroneous parameter parsing

The change to add the selective nodefirmware queries incorrectly
mangled update.
This commit is contained in:
Jarrod Johnson 2018-02-20 10:10:25 -05:00
parent d7b3859460
commit 22d79598b3

View File

@ -75,7 +75,7 @@ upfile = None
try:
noderange = args[0]
if len(args) > 1:
if args[1] == ['update']:
if args[1] == 'update':
upfile = args[2]
else:
components = []