Skip to content

Commit 11716d0

Browse files
committed
Fix changes in parity with internal release branches
1 parent a405e2c commit 11716d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/oci/client/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const (
3535
rateLimitBucketDefault = 5
3636
)
3737

38-
// MapProviderIDToResourceID parses the provider id and returns the instance ocid.
39-
func MapProviderIDToResourceID(providerID string) string {
38+
// MapProviderIDToInstanceID parses the provider id and returns the instance ocid.
39+
func MapProviderIDToInstanceID(providerID string) string {
4040
if strings.HasPrefix(providerID, providerPrefix) {
4141
return strings.TrimPrefix(providerID, providerPrefix)
4242
}

0 commit comments

Comments
 (0)