Skip to content

Commit 5672b24

Browse files
committed
Fix typo
1 parent 35c58a3 commit 5672b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
run(`git status`)
7777
@info "Cleaning up $gitroot."
7878
for file in readdir(gitroot; join = true)
79-
if file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
79+
file == "/home/runner/work/GraphNeuralNetworks.jl/GraphNeuralNetworks.jl/docs" && continue
8080
endswith(file, ".git") && continue
8181
rm(file; force = true, recursive = true)
8282
end

0 commit comments

Comments
 (0)