Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jan 16, 2025
1 parent 54fc0a4 commit fa91087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ let () =
let p = if Sys.win32 then "patch --binary" else "patch" in
let ch =
Unix.open_process_out
(Printf.sprintf "cd %s/lib/%s && %s -p 1 --" jane_root p dir)
(Printf.sprintf "cd %s/lib/%s && %s -p 1 --" jane_root dir p)
in
let patch =
if Sys.win32
Expand Down

0 comments on commit fa91087

Please sign in to comment.