Skip to content

Commit

Permalink
uncommit a typo
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff committed Mar 21, 2024
1 parent b7c6d35 commit ee1cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/porter/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee1cba3

Please sign in to comment.