Skip to content

Commit

Permalink
Update otherlibs/dune-site/src/plugins/plugins.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: shym <samuel@tarides.com>
  • Loading branch information
shym and anmonteiro authored Apr 26, 2024
1 parent 3c30884 commit c177103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otherlibs/dune-site/src/plugins/plugins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ module Data = Dune_site_plugins_data

let meta_fn = "META"

let readdir dirs =
let readdir =
let ( / ) = Filename.concat in
fun dirs ->

List.concat
(List.map
(fun dir ->
Expand Down

0 comments on commit c177103

Please sign in to comment.