From 39aaa5d345b729535bc858b1235fdadec024088b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 06:01:58 -0400 Subject: [PATCH] Update prometheus-v3.sh --- ct/prometheus-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/prometheus-v3.sh b/ct/prometheus-v3.sh index aab32e44..ad555450 100644 --- a/ct/prometheus-v3.sh +++ b/ct/prometheus-v3.sh @@ -29,7 +29,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