Compare commits

...

1 Commits

Author SHA1 Message Date
xli-oai
8149ca4fca Tweak marketplace add comment 2026-04-15 01:33:49 -07:00

View File

@@ -83,7 +83,7 @@ where
clone_source(url, ref_name.as_deref(), sparse_paths, staged_root)
}
MarketplaceSource::Local { .. } => unreachable!(
"local marketplace sources are added without staging a copied install root"
"local marketplace sources are recorded without staging a copied install root"
),
}
}