Skip to content

Commit 2cb9e7b

Browse files
jonludlampanglesd
andauthored
Update src/driver/opam.ml
Co-authored-by: Paul-Elliot Anglès d'Auriac <[email protected]>
1 parent cb1dc91 commit 2cb9e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/opam.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ let check pkgs =
287287
opam % "list" % "-i" % "--columns" % "package" % "--color" % "never"
288288
% "-s")
289289
in
290-
let cmd = List.fold_left (fun cmd pkg -> Cmd.(cmd % pkg)) cmd pkgs in
290+
let cmd = List.fold_left Cmd.( % ) cmd pkgs in
291291
let out = Util.lines_of_process cmd in
292292
let res =
293293
List.filter_map

0 commit comments

Comments
 (0)