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 e862f70 commit 5462871
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 OpamVariable.Full.package v = package &&
if OpamPackage.equal (OpamVariable.Full.package v) package &&
OpamVariable.(to_string (Full.variable v)) = "installed" then
Some (B false)
else
Expand Down

0 comments on commit 5462871

Please sign in to comment.