fixed pull again, hopefully

This commit is contained in:
Kasper Juul Hermansen 2022-09-18 16:48:30 +02:00
parent 2b7156106f
commit 51b79dc51a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -242,7 +242,7 @@ func (g *Git) CreateBranch(ctx context.Context, gitRepo *GitRepo) error {
err = worktree.PullContext(ctx, &git.PullOptions{
RemoteName: "origin",
ReferenceName: "refs/heads/main",
SingleBranch: true,
SingleBranch: false,
Depth: 1,
Auth: auth,
RecurseSubmodules: 1,