Skip to content

Commit 45f327a

Browse files
committed
Updating comment
1 parent d81fe70 commit 45f327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/install/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func StopService(topPath string) error {
172172
return nil
173173
}
174174

175-
// RestartService stops and starts the installed service.
175+
// RestartService restarts the installed service.
176176
func RestartService(topPath string) error {
177177
svc, err := newService(topPath)
178178
if err != nil {

0 commit comments

Comments
 (0)