From ee1cba369b3384f041d37b9de814c0028074430f Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:32:25 +0100 Subject: [PATCH] uncommit a typo Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> --- pkg/porter/lifecycle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/porter/lifecycle.go b/pkg/porter/lifecycle.go index 69da9dfd9..6d3e46350 100644 --- a/pkg/porter/lifecycle.go +++ b/pkg/porter/lifecycle.go @@ -358,7 +358,7 @@ func (p *Porter) BuildActionArgs(ctx context.Context, installation storage.Insta // Version tag should always be prefixed with a "v", see https://github.com/getporter/porter/issues/2886. // This is safe because "porter publish" adds a "v", see // https://github.com/getporter/porter/blob/17bd7816ef6bde856793f6122e32274aa9d01d1b/pkg/storage/installation.go#L350 -func bensureVPrefix(opts *BundleReferenceOptions, out io.Writer) error { +func ensureVPrefix(opts *BundleReferenceOptions, out io.Writer) error { var ociRef *cnab.OCIReference if opts._ref != nil { ociRef = opts._ref