diff --git a/redfish/standard.py b/redfish/standard.py index a75edc6..ff2d195 100644 --- a/redfish/standard.py +++ b/redfish/standard.py @@ -443,7 +443,7 @@ class Systems(Device): ''' return self.set_parameter_json( '{"Boot": {"BootSourceOverrideTarget": "' + - target + '"},{"BootSourceOverrideEnabled" : "' + enabled + '"}}') + target + '", "BootSourceOverrideEnabled" : "' + enabled + '"}}') class SystemsCollection(BaseCollection):