Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 809520b

Browse files
authored
Update runtests.jl
1 parent 8a42619 commit 809520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end
3030
with_temp_dir() do tmp_dir
3131
@test !isdir("General")
3232
@test !isfile(joinpath("General", "Registry.toml"))
33-
cmd = git`clone https://github.com/JuliaRegistries/General`
33+
cmd = GitCommand.git`clone https://github.com/JuliaRegistries/General`
3434
@test cmd isa Cmd
3535
run(cmd)
3636
@test isdir("General")

0 commit comments

Comments
 (0)