From 728d6959ce2671aaaf0e6323ea5bc3ce6118dd2a Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 1 Oct 2025 17:35:43 +0200 Subject: [PATCH] ref: part of releng repo refactory affecting ftbfs_weekly_reminder.py Signed-off-by: Anton Medvedev --- roles/releng/files/ftbfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/releng/files/ftbfs.sh b/roles/releng/files/ftbfs.sh index 80328c46d5..932cd10944 100644 --- a/roles/releng/files/ftbfs.sh +++ b/roles/releng/files/ftbfs.sh @@ -12,7 +12,7 @@ if [ $? -eq 0 ]; then cd ${TMPDIR} git clone ${GITREPO} if [ $? -eq 0 ]; then - cd releng/scripts + cd releng/scripts_new/release-process/bug-filing/ ./${SCRIPT} if [ $? -ne 0 ]; then echo "${SCRIPT} had an error condition"