fix: subrecipe relative path with summon (#7295)

This commit is contained in:
Lifei Zhou
2026-02-18 17:01:47 +11:00
committed by GitHub
parent e30382066f
commit cc51ec0941
2 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ where
Ok((param_map, missing_params))
}
fn resolve_sub_recipe_path(
pub fn resolve_sub_recipe_path(
sub_recipe_path: &str,
parent_recipe_dir: &Path,
) -> Result<String, RecipeError> {