We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f3262 commit beea799Copy full SHA for beea799
hhub/views.py
@@ -189,7 +189,7 @@ def stats(request):
189
def merge_manifest_data(data, entry):
190
# Enrich the manifest with some values available only in the (postgres) database
191
additional_json_data = {
192
- "basebath": entry.basepath,
+ "basepath": entry.basepath,
193
"baserepo": entry.baserepo,
194
"firstadded_date": entry.firstadded_date,
195
"devtoolinfo": entry.devtoolinfo,
0 commit comments