style: fix typo, invalid hosts warning summary

This commit is contained in:
Asif Bacchus 2021-05-09 10:24:15 -06:00
parent b05192a613
commit 8801e55e30
1 changed files with 37 additions and 37 deletions

View File

@ -530,7 +530,7 @@ done
# exit
if [ "$invalidDomainCount" -ne 0 ]; then
writeLog warning "${invalidDomainCount} invalid host(s) were supplied for updating."
writeLog warning "${invalidDomainCount} invalid host(s) supplied for updating."
fi
if [ "$failedHostCount" -ne 0 ]; then
exitError 26