From f4fe5f7bb1f53e60b49cc07aad400903c88af0cd Mon Sep 17 00:00:00 2001 From: ZmrdWeders Date: Wed, 2 Apr 2025 16:07:47 +0700 Subject: [PATCH] Fixes mistype --- service_status.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_status.bat b/service_status.bat index f9dad2a..06fcd63 100644 --- a/service_status.bat +++ b/service_status.bat @@ -11,7 +11,7 @@ if "%~1"=="" ( echo "Services status check complete!" pause ) else ( - echo "%~1 service status check check..." + echo "%~1 service status check..." call :test_service "%~1" "soft" echo "%~1 service status check complete!" )