Fixed final message printing

This commit is contained in:
Marcus Noble 2020-12-09 14:29:36 +00:00
parent c0a8628128
commit 00e8364d30
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ for REPO in ${REPOS}; do
printf "\n✅ Successfully synced ${REPO}\n\n"
done
echo ${FAILED_MESSAGE}
printf ${FAILED_MESSAGE}
exit ${EXIT_CODE}