Skip to content

Commit bcd21ec

Browse files
authored
Merge pull request #859 from mjura/oci-source
🐛 [OCI] Normalize provider type name when control plane
2 parents dbd48bb + 985d787 commit bcd21ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha2/controlplaneprovider_wrapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (c *ControlPlaneProvider) SetStatus(in ProviderStatus) {
4747
}
4848

4949
func (c *ControlPlaneProvider) GetType() string {
50-
return "controlplane"
50+
return "control-plane"
5151
}
5252

5353
func (c *ControlPlaneProvider) ProviderName() string {

0 commit comments

Comments
 (0)