From 45f327a075a2631b914183c3529341a226c772b7 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Mon, 21 Aug 2023 18:30:44 -0700 Subject: [PATCH] Updating comment --- internal/pkg/agent/install/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/agent/install/install.go b/internal/pkg/agent/install/install.go index 1b7240dd123..b91c931afd6 100644 --- a/internal/pkg/agent/install/install.go +++ b/internal/pkg/agent/install/install.go @@ -172,7 +172,7 @@ func StopService(topPath string) error { return nil } -// RestartService stops and starts the installed service. +// RestartService restarts the installed service. func RestartService(topPath string) error { svc, err := newService(topPath) if err != nil {