Skip to content

Commit

Permalink
fix post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Mar 4, 2024
1 parent 8152a3e commit ae8947b
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 @@ -816,7 +816,7 @@ let windows_checks ?cygwin_setup ?git_location config =
if is_msys2 cygcheck then
let env =
OpamStd.Env.cyg_env ~cygbin:(OpamFilename.Dir.to_string cygbin)
~git_location:None
~git_location:None ~env:(OpamStd.Env.raw_env ())
in
match OpamSystem.resolve_command ~env "pacman.exe" with
| Some pacman ->
Expand Down

0 comments on commit ae8947b

Please sign in to comment.