Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Jun 15, 2024
1 parent d100959 commit abcd62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/catalog/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package catalog
import (
"fmt"

"github.com/layer5io/meshkit/models/catalog/v1beta1"
"github.com/layer5io/meshkit/models/catalog/v1alpha1"
)

func BuildArtifactHubPkg(name, downloadURL, user, version, createdAt string, catalogData *v1beta1.CatalogData) *ArtifactHubMetadata {
func BuildArtifactHubPkg(name, downloadURL, user, version, createdAt string, catalogData *v1alpha1.CatalogData) *ArtifactHubMetadata {
artifacthubPkg := &ArtifactHubMetadata{
Name: name,
Description: catalogData.PatternInfo,
Expand Down

0 comments on commit abcd62f

Please sign in to comment.