diff --git a/magic-nix-cache/src/main.rs b/magic-nix-cache/src/main.rs index 7aba629..31cee73 100644 --- a/magic-nix-cache/src/main.rs +++ b/magic-nix-cache/src/main.rs @@ -407,7 +407,7 @@ async fn post_build_hook(out_paths: &str) -> Result<()> { let request = api::EnqueuePathsRequest { store_paths }; let response = reqwest::Client::new() - .post(format!("http://{}/api/enqueue-pathssss", &args.server)) + .post(format!("http://{}/api/enqueue-paths", &args.server)) .header(reqwest::header::CONTENT_TYPE, "application/json") .body( serde_json::to_string(&request)