1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

missed a spot

This commit is contained in:
Jesse Duffield 2020-09-27 16:21:28 +10:00
parent 75598ea2a1
commit 59e117738d

View File

@ -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