mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
missed a spot
This commit is contained in:
parent
75598ea2a1
commit
59e117738d
|
|
@ -105,7 +105,6 @@ type GitCommand struct {
|
|||
|
||||
// NewGitCommand it runs git commands
|
||||
func NewGitCommand(log *logrus.Entry, osCommand *OSCommand, tr *i18n.Localizer, config config.AppConfigurer) (*GitCommand, error) {
|
||||
// var worktree *gogit.Worktree
|
||||
var repo *gogit.Repository
|
||||
|
||||
// see what our default push behaviour is
|
||||
|
|
|
|||
Loading…
Reference in a new issue