fix: prompts when publishing (#21596)

This commit is contained in:
Bartek Iwańczuk 2023-12-15 14:52:51 +01:00 committed by GitHub
parent cf1ba2f7e8
commit fd6044dfec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ pub fn get_package_api_url(
scope: &str,
package: &str,
) -> String {
format!("{}scope/{}packages/{}", registry_api_url, scope, package)
format!("{}scope/{}/packages/{}", registry_api_url, scope, package)
}
pub async fn get_package(