Skip to content

Commit 53eedc0

Browse files
committed
fix conflict
1 parent c5a1168 commit 53eedc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type UpgradablePackage struct {
4848

4949
type ServiceUpdater interface {
5050
ListUpgradablePackages(cfg config.Configuration, ctx context.Context, matcher func(UpgradablePackage) bool) ([]UpgradablePackage, error)
51-
UpgradePackages(ctx context.Context, names []string) (<-chan Event, error)
51+
UpgradePackages(ctx context.Context, names []string, eventCB EventCallback) error
5252
}
5353

5454
type Manager struct {

0 commit comments

Comments
 (0)