From 27d3c33e201a5cff0a6cf6c44948168b48eb57b7 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:08:43 +0800 Subject: [PATCH] fix: correct SUCESSFULL to SUCCESSFUL typo in build output --- ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.py b/ci.py index 93a86836..67221bf0 100755 --- a/ci.py +++ b/ci.py @@ -186,5 +186,5 @@ def generateAPI(api_dir): deployArchipel(DEPLOY_PATH) generateAPI(API_PATH) - os.system("echo \* BUILD SUCESSFULL.") + os.system("echo \* BUILD SUCCESSFUL.") sys.exit(0)