fix clone: use mononoke:// path instead of slapi: for upstream sl compatibility

Anton Kaminsky21d agoe17b212103d2parent 191af2a
1 file changed+1-1
cli/src/sl-config.ts
@@ -10,7 +10,7 @@
1010export function buildSlConfig(repo: RepoConfig, hub: string): string {
1111 const tlsDir = join(homedir(), ".grove", "tls");
1212 return `[paths]
13default = slapi:${repo.name}
13default = mononoke://${hub.replace(/^https?:\/\//, "").replace(/\/$/, "")}:8443/${repo.name}
1414
1515[remotefilelog]
1616reponame = ${repo.name}
1717