Skip to content

Commit

Permalink
Merge pull request #2626 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2621-to-release_1.2.48

[release_1.2.48] OCM-12480 | fix: Fixed default name in info message
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2024
2 parents 20a2e96 + cb2cb65 commit b4516b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create/network/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ func NetworkRunner(userOptions *opts.NetworkUserOptions) rosa.CommandRunner {
}

if parsedParams["Name"] == "" {
r.Reporter.Infof("Name not provided, using default name %s", r.Creator.AccountID)
parsedParams["Name"] = "rosa-network-stack-" + r.Creator.AccountID
r.Reporter.Infof("Name not provided, using default name %s", parsedParams["Name"])
}
if parsedParams["Region"] == "" {
r.Reporter.Infof("Region not provided, using default region %s", r.AWSClient.GetRegion())
Expand Down

0 comments on commit b4516b0

Please sign in to comment.