Skip to content

Commit

Permalink
Update src/voodoo-prep/prep.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Petiot <[email protected]>
  • Loading branch information
sabine and gpetiot committed Sep 6, 2023
1 parent 8333d32 commit 2f7b1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voodoo-prep/prep.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let process_package : Fpath.t -> Package.t -> Fpath.t list -> unit =
be used to ignore those files *)
let is_blacklisted =
let package_blacklist = [ "ocaml-secondary-compiler" ] in
not (List.mem package.name package_blacklist)
List.mem package.name package_blacklist
in

let foldfn fpath acc =
Expand Down

0 comments on commit 2f7b1f4

Please sign in to comment.