Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 11, 2023
1 parent c272b4b commit dc3678c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ $ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json
* OS update
* software/application update

example if we using redfish:
example if we using redfish:

```bash
$ curl -k \
-u <bmc-user>:<password> \
Expand All @@ -37,8 +37,8 @@ $ curl -k \
* via network - required
* via host - optional

example if we using redfish:
example if we using redfish:

```bash
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "ResetAll"}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Actions/Manager.ResetToDefaults
# TODO: add more examples
Expand Down

0 comments on commit dc3678c

Please sign in to comment.