Skip to content

Commit 2316448

Browse files
Update internal/pkg/agent/application/upgrade/marker_watcher.go
Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
1 parent 83ca6d4 commit 2316448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/agent/application/upgrade/marker_watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
type MarkerWatcher interface {
2121
Watch() <-chan UpdateMarker
2222
Run(ctx context.Context) error
23-
Done() chan struct{}
23+
Done() <-chan struct{}
2424
SetUpgradeStarted()
2525
}
2626

0 commit comments

Comments
 (0)