gitea-packages-update-check: fix: url build
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user