From 3c40116a1c64fad9bf9321b481380d618a784f37 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 26 Feb 2019 18:19:00 -0800 Subject: 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 Signed-off-by: Andrew Geissler --- meta-phosphor/classes/phosphor-pid-control.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3