Skip to content

Commit

Permalink
!fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored May 22, 2024
1 parent 5462871 commit ae6f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamFileTools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ let is_installed_variable filter guarded_packages v =
| (Some name) as package ->
if OpamVariable.to_string (OpamVariable.Full.variable v) = "installed" then
let env v =
if OpamPackage.equal (OpamVariable.Full.package v) package &&
if Option.equal OpamPackage.Name.equal (OpamVariable.Full.package v) package &&
OpamVariable.(to_string (Full.variable v)) = "installed" then
Some (B false)
else
Expand Down

0 comments on commit ae6f118

Please sign in to comment.