summaryrefslogtreecommitdiffstats
path: root/LED-architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'LED-architecture.md')
-rw-r--r--LED-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/LED-architecture.md b/LED-architecture.md
index cc9fdba..0a4b548 100644
--- a/LED-architecture.md
+++ b/LED-architecture.md
@@ -27,7 +27,7 @@ The LED group state can be changed by setting the Asserted value to boolean 0 or
In the following example, the lamp_test group is being asserted...
```
curl -b cjar -k -X PUT -H "Content-Type: application/json" -d '{"data": 1}' \
- https://bmc/xyz/openbmc_project/led/groups/lamp_test/attr/Asserted
+ https://${bmc}/xyz/openbmc_project/led/groups/lamp_test/attr/Asserted
```
OpenPOWER on IntegriCloud