Skip to content

Commit

Permalink
check install: undefined variable default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 16, 2023
1 parent 49346c3 commit f3e6cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamClient.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ let check_installed ~build ~post t atoms =
let cnf_formula =
OpamSwitchState.opam t pkg
|> OpamFile.OPAM.depends
|> OpamFilter.filter_formula (env pkg)
|> OpamFilter.filter_formula ~default:false (env pkg)
|> OpamFormula.to_cnf
in
let missing_conj =
Expand Down

0 comments on commit f3e6cb4

Please sign in to comment.