mirror of
https://github.com/denoland/deno.git
synced 2024-12-25 00:29:09 -05:00
fix: prompts when publishing (#21596)
This commit is contained in:
parent
cf1ba2f7e8
commit
fd6044dfec
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pub fn get_package_api_url(
|
||||||
scope: &str,
|
scope: &str,
|
||||||
package: &str,
|
package: &str,
|
||||||
) -> String {
|
) -> String {
|
||||||
format!("{}scope/{}packages/{}", registry_api_url, scope, package)
|
format!("{}scope/{}/packages/{}", registry_api_url, scope, package)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_package(
|
pub async fn get_package(
|
||||||
|
|
Loading…
Reference in a new issue