diff --git a/tools/clean-up-jenkins-jobs.bash b/tools/clean-up-jenkins-jobs.bash index 7262f488..42cf5275 100755 --- a/tools/clean-up-jenkins-jobs.bash +++ b/tools/clean-up-jenkins-jobs.bash @@ -200,7 +200,7 @@ function main() if [[ ! -f "${jobsFolderPath}/../config.xml" || ! -d "${jobsFolderPath}/../plugins" ]] then - fatal "'${jobsFolderPath}' is not jenkins jobs folder" + fatal "\n'${jobsFolderPath}' is not jenkins jobs folder" fi if [[ "${commandMode}" != 'clean-up' && "${commandMode}" != 'status' ]]