Skip to content

Commit

Permalink
test: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Dec 4, 2023
1 parent 8041467 commit 07ba620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

`sudo rm -rf test`
`mkdir test`
treads = my_latex.map { | repo |
threads = my_latex.map { | repo |
Thread.new {
`git clone --recurse-submodules https://github.com/DanySK/#{repo}.git test/test-#{repo}`
}
Expand Down

0 comments on commit 07ba620

Please sign in to comment.