From 16c9b5404d52f3e2b93de7262fff607b18f98cea Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 8 Jan 2022 15:51:15 +1100 Subject: [PATCH] restore field --- pkg/commands/git_commands/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } }