From a87b426e66a941d959d9b27733988702192e2fd0 Mon Sep 17 00:00:00 2001 From: stelzo Date: Wed, 22 Jan 2025 01:24:24 +0100 Subject: [PATCH] comment irrelevant now --- crates/typst-cli/src/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-cli/src/init.rs b/crates/typst-cli/src/init.rs index c9da3434a..f7bdb9d1a 100644 --- a/crates/typst-cli/src/init.rs +++ b/crates/typst-cli/src/init.rs @@ -28,7 +28,7 @@ pub fn init(command: &InitCommand) -> StrResult<()> { StrResult::Ok(spec.at(version)) })?; - // Find or download the package. Vendoring does not make sense for initialization, so vendor_dir is not needed. + // Find or download the package. let package_path = package_storage.prepare_package(&spec, &mut PrintDownload(&spec))?;