Skip to content

Commit

Permalink
Merge pull request #2609 from den-rgb/OCM-12438
Browse files Browse the repository at this point in the history
OCM-12438 | fix: changing default template dir in help message
  • Loading branch information
openshift-merge-bot[bot] authored Nov 11, 2024
2 parents d7e1d42 + 60648fd commit b1a0b95
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 b1a0b95

Please sign in to comment.