diff --git a/pkg/commands/git_commands/config.go b/pkg/commands/git_commands/config.go index 76c8b5590..e22333541 100644 --- a/pkg/commands/git_commands/config.go +++ b/pkg/commands/git_commands/config.go @@ -27,7 +27,7 @@ func NewConfigCommands( return &ConfigCommands{ Common: common, gitConfig: gitConfig, - // repo: repo, + repo: repo, } }