commit | a1c7f6adfbdeaab24478ae44f0874d6314ba9ea5 | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Feb 02 14:51:42 2017 +0530 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Feb 16 18:01:47 2017 +0530 |
tree | 5114bde2bd7957ecada20c00d76e3eb8cac84e65 | |
parent | 513f58eed1c6493a5eba4f0a408087079373d0f1 [diff] [blame] |
Adhere to freedesktop naming convention for service and object path Fixes openbmc/openbmc#1039 Change-Id: I995168828a187671072f761668c873c2b1936874 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/parse_led.py b/parse_led.py index 552ad67..af81d62 100755 --- a/parse_led.py +++ b/parse_led.py
@@ -49,7 +49,7 @@ ledset = ifile[group] ofile.write( ' {\"' + - "/xyz/openbmc_project/ledmanager/groups/" + + "/xyz/openbmc_project/led/groups/" + group + '\",{\n')