Skip to content

Commit 7021117

Browse files
firx param name
1 parent 76b5cba commit 7021117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/settings-library/src/settings_library/utils_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def print_as_json(
7373
typer.echo(
7474
json.dumps(
7575
model_dump_with_secrets(
76-
settings_obj, show_secret=show_secrets, **pydantic_export_options
76+
settings_obj, show_secrets=show_secrets, **pydantic_export_options
7777
),
7878
indent=None if compact else 2,
7979
)

0 commit comments

Comments
 (0)