Merge pull request #377 from itoffshore/alpine

fix typo
This commit is contained in:
Stuart Cardall 2020-04-24 10:55:34 +01:00 committed by GitHub
commit 171250adc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ send_email() {
# email report (mailx + ssmtp are enough to send emails)
local mail_path=$(find_binary mail)
if [ -n "$(mail_path)" ]; then
if [ -n "$mail_path" ]; then
print_message "Emailing report to: ${BOLDWHITE}$EMAIL${RESET}\n\n";
# remove ansi colour codes