Skip to content

Commit

Permalink
fix: Do exercise recompilation correctly with --replace (#584)
Browse files Browse the repository at this point in the history
Close #583
  • Loading branch information
AltGr authored Feb 12, 2024
1 parent 3c9c123 commit fe2a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/lwt_utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let copy_tree src dst =
mkdir_p dst >>= fun () ->
let cmd =
Array.concat
[[|"cp"; "-PR"|];
[[|"cp"; "-PpR"|];
Array.map (Filename.concat src) files;
[|dst|]]
in
Expand Down

0 comments on commit fe2a806

Please sign in to comment.