From f68cb99e70f83fc0c4a788fb7ff33c0662717b0b Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Fri, 28 Jul 2017 01:24:41 -0500 Subject: [PATCH] Phrasing. --- slib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slib.sh b/slib.sh index c2d3e16..0f035cd 100644 --- a/slib.sh +++ b/slib.sh @@ -373,7 +373,7 @@ run_ok () { env printf "${REDBG}[ ${BALLOT_X} ]${NORMAL}\n" if [ "$RUN_ERRORS_FATAL" ]; then echo - log_fatal "Something went wrong with the previous command. Exiting." + log_fatal "Something went wrong. Exiting." log_fatal "The last few log entries were:" tail -15 ${RUN_LOG} exit 1