Skip to content

Commit

Permalink
Removed extraneous Filename.quote
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Oct 28, 2024
1 parent 0e1778f commit 033e44d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/path_open.ml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ let pdf index ~path ~search_result =
Proc_utils.run_in_background cmd |> ignore

let text index document_src ~editor ~path ~search_result =
let path = Filename.quote path in
let fallback = Fmt.str "%s %s" editor path in
let cmd =
match search_result with
Expand Down

0 comments on commit 033e44d

Please sign in to comment.