From 22d79598b36a32386d1f7018c04c49c12e303328 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 20 Feb 2018 10:10:25 -0500 Subject: [PATCH] Fix erroneous parameter parsing The change to add the selective nodefirmware queries incorrectly mangled update. --- confluent_client/bin/nodefirmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodefirmware b/confluent_client/bin/nodefirmware index a151ba8d..8cdb61ef 100755 --- a/confluent_client/bin/nodefirmware +++ b/confluent_client/bin/nodefirmware @@ -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 = []