Skip to content

Commit

Permalink
fix(config): override typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Haivilo committed Dec 20, 2023
1 parent bf10e7c commit 87aac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml/_internal/configuration/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(
)
# Running migration layer if it exists
if migration is not None:
override = migration(
override_config_json = migration(
default_config=self.config,
override_config=dict(flatten_dict(override_config_json)),
)
Expand Down

0 comments on commit 87aac86

Please sign in to comment.