Skip to content

Commit 47ca001

Browse files
committed
Fix CLI
1 parent ad6d7eb commit 47ca001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs_files_composer/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161
default=False,
6262
)
6363
parser.add_argument(
64-
"--with-jinja2",
64+
"--with-jinja",
6565
help="Whether the source config should be rendered with Jinja2",
6666
action="store_true",
6767
required=False,

0 commit comments

Comments
 (0)