1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +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{
Common: common,
gitConfig: gitConfig,
// repo: repo,
repo: repo,
}
}