From 03c70b9fd89f6a9c370554be80082459325994df Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:26:18 -0400 Subject: [PATCH] Update dashy-install.sh --- setup/dashy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dashy-install.sh b/setup/dashy-install.sh index f172a1c2..02039294 100644 --- a/setup/dashy-install.sh +++ b/setup/dashy-install.sh @@ -21,7 +21,7 @@ trap die ERR function error_exit() { trap - ERR - local reason="Unknown failure occured." + local reason="Unknown failure occurred." local msg="${1:-$reason}" local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" echo -e "$flag $msg" 1>&2