fix compilation
This commit is contained in:
parent
cd633087d5
commit
4c42865ca7
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ let infer_section_and_synopsis name artifacts =
|
|||
List.find_opt (fun (affix, _) -> Astring.String.is_infix ~affix name) map
|
||||
with
|
||||
| None -> None
|
||||
| Some (_, os) -> os ^ " Packages"
|
||||
| Some (_, os) -> Some (os ^ " Packages")
|
||||
in
|
||||
match opam_switch with
|
||||
| None -> None, (None, None)
|
||||
|
|
Loading…
Reference in a new issue