mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
fix: prompts when publishing (#21596)
This commit is contained in:
parent
cf1ba2f7e8
commit
fd6044dfec
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user