Skip to content

Commit

Permalink
[tmp] import bugfix from ocaml#5056
Browse files Browse the repository at this point in the history
  • Loading branch information
Armael committed Feb 14, 2022
1 parent abb9273 commit 7f0d1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/opamClient.ml
Original file line number Diff line number Diff line change
Expand Up @@ -617,9 +617,9 @@ let update_with_init_config ?(overwrite=false) config init_config =
else conf
in
config |>
match I.jobs init_config with
(match I.jobs init_config with
| Some j -> setifnew C.jobs C.with_jobs j
| None -> fun c -> c |>
| None -> fun c -> c) |>
setifnew C.dl_tool C.with_dl_tool_opt (I.dl_tool init_config) |>
setifnew C.dl_jobs C.with_dl_jobs
(OpamStd.Option.default OpamStateConfig.(default.dl_jobs)
Expand Down

0 comments on commit 7f0d1ad

Please sign in to comment.