REST-cheatsheet: Fix Reboot BMC
Remove extra "/".
Tested: This call now works.
Change-Id: If7d48b24895107267ca47408d752797a061f20ef
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/REST-cheatsheet.md b/REST-cheatsheet.md
index d31ae73..4d82fba 100644
--- a/REST-cheatsheet.md
+++ b/REST-cheatsheet.md
@@ -86,7 +86,7 @@
* Reboot BMC:
```
- $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.openbmc_project.State.BMC.Transition.Reboot"}' https://${bmc}//xyz/openbmc_project/state/bmc0/attr/RequestedBMCTransition
+ $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.openbmc_project.State.BMC.Transition.Reboot"}' https://${bmc}/xyz/openbmc_project/state/bmc0/attr/RequestedBMCTransition
```
* Display logging entries: