diff --git a/redfish/types.py b/redfish/types.py index 3a5b4fc..27e3b8d 100644 --- a/redfish/types.py +++ b/redfish/types.py @@ -674,7 +674,7 @@ class Systems(Device): ''' return self.set_parameter_json( '{"Boot": {"BootSourceOverrideTarget": "' + - target + '"},{"BootSourceOverrideEnabled" : "' + enabled + '"}}') + target + '", "BootSourceOverrideEnabled" : "' + enabled + '"}}') class SystemsCollection(BaseCollection):