mirror of
https://github.com/helm/helm.git
synced 2026-08-06 16:11:25 +00:00
Revert change in PrintingKubeClient
Signed-off-by: Stephane Moser <moser.sts@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ func (p *PrintingKubeClient) Create(resources kube.ResourceList) (*kube.Result,
|
||||
return &kube.Result{Created: resources}, nil
|
||||
}
|
||||
|
||||
func (p *PrintingKubeClient) Wait(resources kube.ResourceList, d time.Duration) error {
|
||||
func (p *PrintingKubeClient) Wait(resources kube.ResourceList, _ time.Duration) error {
|
||||
_, err := io.Copy(p.Out, bufferize(resources))
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user