Skip to content

Commit 6689730

Browse files
committed
Check what is deleting
1 parent 2b77031 commit 6689730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ if !success(`git checkout -f $outbranch`)
7575
end
7676
@info "Cleaning up $gitroot."
7777
for file in readdir(gitroot; join = true)
78+
println(file)
7879
endswith(file, ".git") && continue
7980
rm(file; force = true, recursive = true)
8081
end

0 commit comments

Comments
 (0)