Merge pull request 'gitea-packages-update-check: fix: url build' (#8) from gitea-packages-update-check into master

Reviewed-on: #8
This commit is contained in:
usbharu 2024-03-13 09:43:53 +00:00
commit 17ffde4c04
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ func main() {
} }
} }
fmt.Printf("%s://%s/api/v1/packages/%s/%s/%s/%s", protocol, *r, *o, *t, packageT.Name, packageT.Version) fmt.Printf("%s://%s/api/packages/%s/%s/%s/%s", protocol, *r, *o, *t, packageT.Name, packageT.Version)
} }