Skip to content

Commit

Permalink
Fix bug with README render script
Browse files Browse the repository at this point in the history
  • Loading branch information
Liana64 committed Dec 5, 2024
1 parent 7ab99a8 commit 090b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def process_metadata(apps_dir):
image = {
"name": name,
"channel": channel["name"],
"html_url": f"https://github.com/{repo_owner}/pkgs/container/{name}",
"html_url": f"https://github.com/{repo_owner}/containers/pkgs/container/{name}",
"owner": repo_owner,
}
app_images.append(image)
Expand Down

0 comments on commit 090b1b9

Please sign in to comment.