Skip to content

Commit

Permalink
Use "open"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Nov 9, 2023
1 parent b1a6139 commit c4c79cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ findOpenProgramLocation (Platform _ os) =
xdg = locate "xdg-open"
in
case os of
Windows -> pure (Right "explorer")
Windows -> pure (Right "open")
OSX -> locate "open"
Linux -> xdg
FreeBSD -> xdg
Expand Down

0 comments on commit c4c79cc

Please sign in to comment.