diff mbox series

[yocto-autobuilder-helper] config.json: Fix upgrade helper conf path

Message ID 20231103111110.2640493-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Fix upgrade helper conf path | expand

Commit Message

Richard Purdie Nov. 3, 2023, 11:11 a.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 7505e59..ee13bcf 100644
--- a/config.json
+++ b/config.json
@@ -1467,7 +1467,7 @@ 
                     "git config user.email auh@yoctoproject.org",
                     "git config user.name 'Auto Upgrade Helper'",
                     "git switch -C tmp-auh-upgrades HEAD",
-                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./upgrade-helper/upgrade-helper.conf"
+                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./build/upgrade-helper/upgrade-helper.conf"
                 ]
             },
             "step2" : {
@@ -1504,7 +1504,7 @@ 
                     "git -C ./meta-openembedded config user.email auh@yoctoproject.org",
                     "git -C ./meta-openembedded config user.name 'Auto Upgrade Helper'",
                     "git -C ./meta-openembedded switch -C tmp-auh-upgrades HEAD",
-                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper-meta-oe.conf ./upgrade-helper/upgrade-helper.conf"
+                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper-meta-oe.conf ./build/upgrade-helper/upgrade-helper.conf"
                 ]
             },
             "step2": {