fix typo in warning message

This commit is contained in:
Asif Bacchus 2019-05-27 05:24:47 -06:00
parent c25348ddda
commit 77d5b85ae3
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ elif [ "$borgResult" -ge 2 ]; then
err_2="for details."
exitError 138 "$err_1 $err_2"
else
printf "${warn}[%s] -- [WARNING] Borg exited with uknown return code. " \
printf "${warn}[%s] -- [WARNING] Borg exited with unknown return code. " \
"$(stamp)" >> "$logFile"
printf "Review this logfile for details --${norm}\n" >> "$logFile"
fi