Skip to content

Commit

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

[release_1.2.48] OCM-12479 | fix: Fixed help message for binary builds
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2024
2 parents d534f08 + 0445109 commit 6df774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/network/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func BuildNetworkCommandWithOptions() (*cobra.Command, *NetworkUserOptions) {
flags.StringVar(
&options.TemplateDir,
"template-dir",
DefaultTemplateDir,
"",
"Use a specific template directory, overriding the OCM_TEMPLATE_DIR environment variable.",
)
if exportedTempDir != "" {
Expand Down

0 comments on commit 6df774c

Please sign in to comment.