Skip to content

Commit aa15799

Browse files
fix: s/openstackbaremeral/openstackbaremetal/ (#354)
1 parent 9d6dc53 commit aa15799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cloudprovider/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func (p *openstack) CanPublish(manifest *gl.Manifest) bool {
270270
return false
271271
}
272272

273-
if manifest.Platform != "openstack" && manifest.Platform != "openstackbaremeral" {
273+
if manifest.Platform != "openstack" && manifest.Platform != "openstackbaremetal" {
274274
return false
275275
}
276276

0 commit comments

Comments
 (0)