summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/commands/git_commands/config.go2
1 files changed, 1 insertions, 1 deletions
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,
}
}