Skip to content

Commit 0445109

Browse files
den-rgbopenshift-cherrypick-robot
den-rgb
authored and
openshift-cherrypick-robot
committed
OCM-12479 | fix: Fixed help message for binary builds
1 parent d534f08 commit 0445109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/network/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func BuildNetworkCommandWithOptions() (*cobra.Command, *NetworkUserOptions) {
9494
flags.StringVar(
9595
&options.TemplateDir,
9696
"template-dir",
97-
DefaultTemplateDir,
97+
"",
9898
"Use a specific template directory, overriding the OCM_TEMPLATE_DIR environment variable.",
9999
)
100100
if exportedTempDir != "" {

0 commit comments

Comments
 (0)