Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Sep 9, 2019
1 parent 184c349 commit 043bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (h *HelmDeployer) joinTagsToBuildResult(builds []build.Artifact, params map
return paramToBuildResult, nil
}

func (k *HelmDeployer) Render(context.Context, io.Writer, []build.Artifact, string) error {
func (h *HelmDeployer) Render(context.Context, io.Writer, []build.Artifact, string) error {
return fmt.Errorf("not yet implemented")
}

Expand Down

0 comments on commit 043bc73

Please sign in to comment.