Skip to content

Commit

Permalink
and here
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 14, 2024
1 parent 9f94e46 commit dea52e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menuinst/platforms/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _paths(self) -> Iterable[os.PathLike]:

@staticmethod
def _initialize_on_defaults(data) -> Dict:
with open(data_path("menuinst.default.json")) as f:
with open(data_path(f"menuinst-{SCHEMA_VERSION}.default.json")) as f:
defaults = json.load(f)["menu_items"][0]

return deep_update(defaults, data)
Expand Down

0 comments on commit dea52e3

Please sign in to comment.