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!" )