Skip to content

Commit

Permalink
Update src/driver/opam.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Elliot Anglès d'Auriac <[email protected]>
  • Loading branch information
jonludlam and panglesd committed Feb 20, 2025
1 parent ee9b133 commit 3327bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/opam.ml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ let check pkgs =
opam % "list" % "-i" % "--columns" % "package" % "--color" % "never"
% "-s")
in
let cmd = List.fold_left (fun cmd pkg -> Cmd.(cmd % pkg)) cmd pkgs in
let cmd = List.fold_left Cmd.( % ) cmd pkgs in
let out = Util.lines_of_process cmd in
let res =
List.filter_map
Expand Down

0 comments on commit 3327bf9

Please sign in to comment.