Skip to content

Commit 4bb6b63

Browse files
committed
Fix underscore in arg
1 parent c85632b commit 4bb6b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confcom/azext_confcom/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def load_arguments(self, _):
481481
)
482482
c.argument(
483483
"template_path",
484-
options_list=("--template_file", '-f'),
484+
options_list=("--template-file", '-f'),
485485
required=False,
486486
help="Path to the template file"
487487
)

0 commit comments

Comments
 (0)