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"