Skip to content

Commit beea799

Browse files
committed
api: fix typo
1 parent a0f3262 commit beea799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hhub/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def stats(request):
189189
def merge_manifest_data(data, entry):
190190
# Enrich the manifest with some values available only in the (postgres) database
191191
additional_json_data = {
192-
"basebath": entry.basepath,
192+
"basepath": entry.basepath,
193193
"baserepo": entry.baserepo,
194194
"firstadded_date": entry.firstadded_date,
195195
"devtoolinfo": entry.devtoolinfo,

0 commit comments

Comments
 (0)