Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 24, 2019
1 parent f4d4719 commit 64b60b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clean-up-jenkins-jobs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]]
Expand Down

0 comments on commit 64b60b4

Please sign in to comment.