Skip to content

Commit

Permalink
Fix renamed err type
Browse files Browse the repository at this point in the history
  • Loading branch information
joekarl committed Mar 25, 2022
1 parent a26c40e commit 285f853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry_provider_version.go
Expand Up @@ -177,7 +177,7 @@ func (r *registryProviderVersions) Create(ctx context.Context, providerId Regist
return nil, err
}
if providerId.RegistryName != PrivateRegistry {
return nil, ErrPrivateRegistryRequired
return nil, ErrRequiredPrivateRegistry
}
if err := options.valid(); err != nil {
return nil, err
Expand Down

0 comments on commit 285f853

Please sign in to comment.