summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-27 05:19:00 +0300
committerAndrew Geissler <geissonator@yahoo.com>2019-03-05 16:19:45 +0300
commit3c40116a1c64fad9bf9321b481380d618a784f37 (patch)
tree9f2fe9f70edac42f944ec176ce0b539545b336db
parentdab1ed2929b77cf47f0286b8aef2038ee4fe9693 (diff)
downloadopenbmc-3c40116a1c64fad9bf9321b481380d618a784f37.tar.xz
meta-phosphor: pid-control class: delete extra slash
Delete the extra slash in the phosphor-pid-control configuration file path. (From meta-phosphor rev: 679e1486fd91ec1ae423addd34e861967213736c) Change-Id: I40ecf06f68609ad7d5a9b847b63b3870d5d11ffa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/classes/phosphor-pid-control.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/phosphor-pid-control.bbclass b/meta-phosphor/classes/phosphor-pid-control.bbclass
index 482b218db..3f69338aa 100644
--- a/meta-phosphor/classes/phosphor-pid-control.bbclass
+++ b/meta-phosphor/classes/phosphor-pid-control.bbclass
@@ -1,5 +1,5 @@
config_datadir="${datadir}/swampd/"
# config_path is the location swampd expects to find a json configuration.
# the file is expected to be named config.json
-config_path="${config_datadir}/config.json"
+config_path="${config_datadir}config.json"