Skip to content

Commit 26acda2

Browse files
authored
Update make.jl
1 parent c2d1415 commit 26acda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ filter!(x -> !(basename(x) in ["make.jl", "make-utils.jl"]), paths)
5757
for path in paths
5858
new_path = replace(path, local_path => tmp_path)
5959
@debug "" path new_path
60-
cp(path, new_path, force=true)
60+
cp(path, new_path)
6161
end
6262

6363
# Build docs

0 commit comments

Comments
 (0)