Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tete17 committed May 1, 2020
1 parent 22e0c9e commit 6c50014
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 @@ -280,7 +280,7 @@ func (h *HelmDeployer) Render(ctx context.Context, out io.Writer, builds []build
}
}

return dumpToFileOrWriter(renderedManifests.String(), filepath, out)
return outputRenderedManifests(renderedManifests.String(), filepath, out)
}

// exec executes the helm command, writing combined stdout/stderr to the provided writer
Expand Down

0 comments on commit 6c50014

Please sign in to comment.