Skip to content

Commit

Permalink
OCM-12438 | fix: changing default template dir in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb authored and openshift-cherrypick-robot committed Nov 11, 2024
1 parent 075deae commit 41dfb70
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 @@ -84,7 +84,7 @@ func BuildNetworkCommandWithOptions() (*cobra.Command, *NetworkUserOptions) {
flags.StringVar(
&options.TemplateDir,
"template-dir",
options.TemplateDir,
defaultTemplateDir,
"Use a specific template directory, overriding the OCM_TEMPLATE_DIR environment variable.",
)
flags.StringArrayVar(
Expand Down

0 comments on commit 41dfb70

Please sign in to comment.