Skip to content

Commit

Permalink
Add gitPath to json-full
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 28, 2023
1 parent 57f7d0c commit b8707d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogc/bblocks/templates/json-full/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ if bblock.annotated_schema:
output['annotatedSchema'] = bblock.annotated_schema_contents
if git_repo:
output['gitRepository'] = git_repo
output['gitPath'] = git_path
%>
${json.dumps(output)}

0 comments on commit b8707d8

Please sign in to comment.