Skip to content

Commit fe2a806

Browse files
authored
fix: Do exercise recompilation correctly with --replace (#584)
Close #583
1 parent 3c9c123 commit fe2a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/lwt_utils.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let copy_tree src dst =
4040
mkdir_p dst >>= fun () ->
4141
let cmd =
4242
Array.concat
43-
[[|"cp"; "-PR"|];
43+
[[|"cp"; "-PpR"|];
4444
Array.map (Filename.concat src) files;
4545
[|dst|]]
4646
in

0 commit comments

Comments
 (0)