mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'fixurlpath' into 'master'
Fix wrong URLPath in packages-meta-ext-v1.json See merge request archlinux/aurweb!832
This commit is contained in:
commit
9597acbd1a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def _main():
|
|||
|
||||
# Construct our result JSON dictionary.
|
||||
item = as_dict(result)
|
||||
item["URLPath"] = snapshot_uri % result.Name
|
||||
item["URLPath"] = snapshot_uri % result.PackageBase
|
||||
|
||||
# We stream out package json objects line per line, so
|
||||
# we also need to include the ',' character at the end
|
||||
|
|
Loading…
Add table
Reference in a new issue