Skip to content

Commit

Permalink
Fix semantic-uplift.yaml file name
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 3, 2024
1 parent 620914f commit 34b61f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogc/bblocks/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def output_openapi_contents(self):
@property
def semantic_uplift(self):
if 'semantic_uplift' not in self._lazy_properties:
fn = self.files_path / 'semantic_uplift.yaml'
fn = self.files_path / 'semantic-uplift.yaml'
semantic_uplift = {}
if fn.is_file():
semantic_uplift = load_yaml(fn)
Expand Down

0 comments on commit 34b61f9

Please sign in to comment.