Skip to content

Commit b58fe60

Browse files
Added missing comma
1 parent 656c70b commit b58fe60

File tree

1 file changed

+1
-1
lines changed
  • src/nginx/azext_nginx/aaz/latest/nginx/deployment/configuration

1 file changed

+1
-1
lines changed

src/nginx/azext_nginx/aaz/latest/nginx/deployment/configuration/_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
9090
_args_schema.root_file = AAZStrArg(
9191
options=["--root-file"],
9292
arg_group="Properties",
93-
help="The root file of the Nginx Configuration"
93+
help="The root file of the Nginx Configuration",
9494
nullable=True,
9595
)
9696

0 commit comments

Comments
 (0)