Printf with quoted string

This commit is contained in:
Marcus Noble 2020-12-13 16:59:24 +00:00
parent 03f4fce961
commit 7d6af7b8a2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ done
if [ -n "${FAILED_MESSAGE}" ];
then
echo "Failed!"
printf ${FAILED_MESSAGE}
printf "${FAILED_MESSAGE}"
exit 1
else
echo "All completed successfully!"