Skip to content

Commit

Permalink
fix package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Aug 16, 2024
1 parent 9ba8e5d commit cfecb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ocm/extensions/repositories/composition/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (r *RepositorySpec) Repository(ctx cpi.Context, credentials credentials.Cre
return NewRepository(ctx, r.Name), nil
}

func (a *RepositorySpec) Validate(ctx internal.Context, creds credentials.Credentials, context ...credentials.UsageContext) error {
func (a *RepositorySpec) Validate(ctx cpi.Context, creds credentials.Credentials, context ...credentials.UsageContext) error {
return nil
}

Expand Down

0 comments on commit cfecb17

Please sign in to comment.