Skip to content

Commit

Permalink
Merge pull request #5 from Fedosin/fix_version
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
openshift-merge-robot committed Aug 23, 2022
2 parents fdaa78f + 15205f1 commit 1fdc4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -32,5 +32,5 @@ var (
Version = semver.MustParse(strings.TrimLeft(Raw, "v"))

// String is the human-friendly representation of the version.
String = fmt.Sprintf("ClusterAPIProviderIBMCloud %s", Raw)
String = fmt.Sprintf("MachineAPIProviderIBMCloud %s", Raw)
)

0 comments on commit 1fdc4f1

Please sign in to comment.