1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-22 05:29:44 +02:00

restore field

This commit is contained in:
Jesse Duffield 2022-01-08 15:51:15 +11:00
parent 18f48a43d5
commit 16c9b5404d

View File

@ -27,7 +27,7 @@ func NewConfigCommands(
return &ConfigCommands{ return &ConfigCommands{
Common: common, Common: common,
gitConfig: gitConfig, gitConfig: gitConfig,
// repo: repo, repo: repo,
} }
} }