Skip to content

Commit 910f308

Browse files
lint
1 parent a771ae8 commit 910f308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/subprocess/supervisor/interface.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import "context"
77
// ISupervisor will run a command and automatically restart it if it exits. Hooks can be used to execute code at
88
// different points in the execution lifecyle. Restarts can be delayed
99
type ISupervisor interface {
10-
// Run will run the supervisor and execute any of the command hooks. If it receives a halting error or the context is cancelled then it will exit
10+
// Run will run the supervisor and execute any of the command hooks. If it receives a halting error or the context is cancelled then it will exit
1111
Run(ctx context.Context) error
1212
}

0 commit comments

Comments
 (0)