mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-31 19:32:33 +00:00 
			
		
		
		
	Fix erroneous parameter parsing
The change to add the selective nodefirmware queries incorrectly mangled update.
This commit is contained in:
		| @@ -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 = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user