Skip to content

Commit

Permalink
OCM-12479 | fix: Fixed help message for binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb authored and openshift-cherrypick-robot committed Nov 14, 2024
1 parent d534f08 commit 0445109
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 0445109

Please sign in to comment.