We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1722409 commit 3e7d65bCopy full SHA for 3e7d65b
lib/dev_repo.ml
@@ -25,7 +25,7 @@ let repo_name t =
25
let path = Uri.of_string t |> Uri.path in
26
match Re.exec_opt repo_name_regexp path with
27
| Some group ->
28
- Ok (Re.Group.get group 0)
+ Ok (Re.Group.get group 1)
29
| None ->
30
Rresult.R.error_msgf
31
"unexpected empty string while computing name for dev_repo: \"%s\"" t
0 commit comments