Skip to content

Commit

Permalink
Updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Aug 25, 2023
1 parent bfb7765 commit 14ea553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/agent/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 14ea553

Please sign in to comment.