Skip to content

Commit 47edf9d

Browse files
committed
remoteurl seems to disable fetching, for some reason.
1 parent b7f0e56 commit 47edf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ function init_jll_package(name, code_dir, deploy_repo;
809809
else
810810
# Otherwise, hard-reset to latest master:
811811
repo = LibGit2.GitRepo(code_dir)
812-
LibGit2.fetch(repo; remoteurl="https://github.com/$(deploy_repo)")
812+
LibGit2.fetch(repo)
813813
origin_master_oid = LibGit2.GitHash(LibGit2.lookup_branch(repo, "origin/master", true))
814814
LibGit2.reset!(repo, origin_master_oid, LibGit2.Consts.RESET_HARD)
815815
if string(LibGit2.head_oid(repo)) != string(origin_master_oid)

0 commit comments

Comments
 (0)