From 2dd632acdb41f154ea791f7d116c2dbc8744f4c5 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:37:19 +0800 Subject: [PATCH] fix: correct occured to occurred in error message (SunApps/Fastfile) --- SunApps/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SunApps/Fastfile b/SunApps/Fastfile index a07a5c6..2709258 100644 --- a/SunApps/Fastfile +++ b/SunApps/Fastfile @@ -72,7 +72,7 @@ end error do slack( - message: "An error occured while deploying app #{app_id}", + message: "An error occurred while deploying app #{app_id}", success: false ) end