Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

monopam: fix Verse_config.create -> Verse_config.v

The function was renamed but this call site was missed.

+1 -1
+1 -1
lib/verse.ml
··· 162 162 in 163 163 Logs.info (fun m -> m "Workspace root: %a" Fpath.pp root); 164 164 (* Create config - need this temporarily to get paths *) 165 - let config = Verse_config.create ~root ~handle () in 165 + let config = Verse_config.v ~root ~handle () in 166 166 (* Clone registry first to look up user's repos *) 167 167 Logs.info (fun m -> m "Cloning registry..."); 168 168 match Verse_registry.clone_or_pull ~proc ~fs ~config () with