Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 6288c75

Browse files
author
Anuj Chaudhari
authored
Fix incorrect log message (#3172)
1 parent 72a11ee commit 6288c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/v1/tkg/client/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (c *TkgClient) InitRegion(options *InitRegionOptions) error { //nolint:funl
221221
if regionalConfigBytes, options.ClusterName, configFilePath, err = c.BuildRegionalClusterConfiguration(options); err != nil {
222222
return errors.Wrap(err, "unable to build management cluster configuration")
223223
}
224-
log.Infof("ClusterClass based management cluster config file has been generated and stored at: '%v'", configFilePath)
224+
log.Infof("Management cluster config file has been generated and stored at: '%v'", configFilePath)
225225

226226
isStartedRegionalClusterCreation = true
227227

0 commit comments

Comments
 (0)