Skip to content

Commit

Permalink
Rename OCI to OCI Tenancy (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 authored Sep 2, 2023
1 parent 134c719 commit a2de46f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion motor/providers/oci/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func (p *Provider) Identifier() (string, error) {
func (p *Provider) PlatformInfo() (*platform.Platform, error) {
return &platform.Platform{
Name: "oci",
Title: "Oracle Cloud Infrastructure",
Title: "Oracle Cloud Infrastructure Tenancy",
Runtime: p.Runtime(),
Kind: p.Kind(),
Family: []string{"oci"},
Expand Down
Loading

0 comments on commit a2de46f

Please sign in to comment.