commit | 181c25429c4c831fca65d6f65b092792030adf60 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Thu Jul 20 13:05:37 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 13:30:38 2017 +0000 |
tree | e3f9f552b4a728173006546ad9e036b48ae7bd0b | |
parent | d4f6b5d28ef1a1215c46ac5a2415e46983360dbc [diff] |
Fix mapper args syntax error Resolves openbmc/openbmc#1997 Change-Id: I45e975f5877fbb161c3da4486fd033ac475840f6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service b/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service index a9a7984..ccaaa98 100644 --- a/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service +++ b/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
@@ -7,7 +7,7 @@ Type=dbus ExecStart={sbindir}/phosphor-mapper \ --path_namespaces="${{MAPPER_NAMESPACES}}" \ - --interface_namespaces="${{MAPPER_INTERFACES}}" + --interface_namespaces="${{MAPPER_INTERFACES}}" \ --blacklists="${{MAPPER_BLACKLISTS}}" \ --interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}" BusName={BUSNAME}