Update cmd/survey/tasks/gitTask.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-25 15:39:53 +01:00
committed by GitHub
parent 42c01bbf73
commit 8fad95857a

View File

@@ -116,6 +116,7 @@ func (t *GitTask) initRepo() (*git.Repository, error) {
if err != nil {
return nil, err
}
return repo, nil
}
return nil, err
}