From 61f2b24dcad426a64cf59c38961e50ef14668b8c Mon Sep 17 00:00:00 2001 From: Brad Bowman Date: Wed, 11 Oct 2017 11:41:34 -0600 Subject: [PATCH] Update comment for accuracy --- pkg/helm/fake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/fake.go b/pkg/helm/fake.go index 8f5ff25c2..3be56293f 100644 --- a/pkg/helm/fake.go +++ b/pkg/helm/fake.go @@ -104,7 +104,7 @@ func (c *FakeClient) ReleaseStatus(rlsName string, opts ...StatusOption) (*rls.G return nil, fmt.Errorf("No such release: %s", rlsName) } -// ReleaseContent returns the configuration for the first release in the fake release client +// ReleaseContent returns the configuration for the matching release name in the fake release client. func (c *FakeClient) ReleaseContent(rlsName string, opts ...ContentOption) (resp *rls.GetReleaseContentResponse, err error) { if len(c.Rels) > 0 { for _, release := range c.Rels {