Skip to content

Commit

Permalink
fx seddish
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jan 21, 2022
1 parent 658852f commit dcf1954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamLockCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ let lock_opam ?(only_direct=false) st opam =
let all_depopts =
OpamFormula.packages st.packages
(OpamFilter.filter_deps
~build:true ~test:true ~doc:true ~wdev:true ~default:true ~post:false
~build:true ~test:true ~doc:true ~wdev:true ~dev:true ~default:true ~post:false
(OpamFile.OPAM.depopts opam))
in
let installed_depopts = OpamPackage.Set.inter all_depopts st.installed in
Expand Down

0 comments on commit dcf1954

Please sign in to comment.