Skip to content

Commit

Permalink
Fix doc of NewOpenStackCloudProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ederst committed Jun 22, 2022
1 parent 1c3512d commit ae03c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokube/pkg/protokube/openstack_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func getLocalMetadata() (*InstanceMetadata, error) {
return nil, err
}

// NewOpenStackCloudProvider builds a OpenstackVolume
// NewOpenStackCloudProvider builds a OpenStackCloudProvider
func NewOpenStackCloudProvider() (*OpenStackCloudProvider, error) {
metadata, err := getLocalMetadata()
if err != nil {
Expand Down

0 comments on commit ae03c6e

Please sign in to comment.