···162162 in
163163 Logs.info (fun m -> m "Workspace root: %a" Fpath.pp root);
164164 (* Create config - need this temporarily to get paths *)
165165- let config = Verse_config.create ~root ~handle () in
165165+ let config = Verse_config.v ~root ~handle () in
166166 (* Clone registry first to look up user's repos *)
167167 Logs.info (fun m -> m "Cloning registry...");
168168 match Verse_registry.clone_or_pull ~proc ~fs ~config () with