Skip to content

Commit 4aede93

Browse files
authored
Merge pull request #899 from Huang-Wei/fix-typo
clientutil: fix a typo
2 parents 368a64b + 02ffb01 commit 4aede93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/util/client_util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ func NewClientWithCachedReader(ctx context.Context, config *rest.Config, scheme
1919
return nil, nil, err
2020
}
2121
go ccache.Start(ctx)
22-
ccache.WaitForCacheSync(ctx)
2322
if !ccache.WaitForCacheSync(ctx) {
2423
return nil, nil, fmt.Errorf("failed to sync cache")
2524
}

0 commit comments

Comments
 (0)