Skip to content

Commit

Permalink
Use the absolute path for viewing debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-clifton committed Aug 15, 2024
1 parent 075d072 commit ad27978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ optionParser = Options <$> parseDebug <*> parsePeriod <*> parseCheckfd <*> parse
)

view :: ExecArg a => a -> IO ()
view s = writeOutput s |> exe "open" "-f"
view s = writeOutput s |> exe "/usr/bin/open" "-f"

main :: IO ()
main = runInBoundThread $ do
Expand Down

0 comments on commit ad27978

Please sign in to comment.