summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-08 15:51:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:09:53 +1100
commit16c9b5404d52f3e2b93de7262fff607b18f98cea (patch)
treea0abf117ec61f985858c8bcf120121c5aa18dc70
parent18f48a43d5401af97dae18aab07238146b7d587b (diff)
restore field
-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,
}
}