We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1415 commit 26acda2Copy full SHA for 26acda2
make.jl
@@ -57,7 +57,7 @@ filter!(x -> !(basename(x) in ["make.jl", "make-utils.jl"]), paths)
57
for path in paths
58
new_path = replace(path, local_path => tmp_path)
59
@debug "" path new_path
60
- cp(path, new_path, force=true)
+ cp(path, new_path)
61
end
62
63
# Build docs
0 commit comments