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 2b77031 commit 6689730Copy full SHA for 6689730
docs/make-multi.jl
@@ -75,6 +75,7 @@ if !success(`git checkout -f $outbranch`)
75
end
76
@info "Cleaning up $gitroot."
77
for file in readdir(gitroot; join = true)
78
+ println(file)
79
endswith(file, ".git") && continue
80
rm(file; force = true, recursive = true)
81
0 commit comments