From 364c5db19cd8bc50f5142bcced1596a180b1499e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 8 Jan 2022 14:10:01 +1100 Subject: shorten name --- pkg/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/app/app.go') diff --git a/pkg/app/app.go b/pkg/app/app.go index 99218b0c8..ad3246ace 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -184,7 +184,7 @@ func (app *App) setupRepo() (bool, error) { } if env.GetGitDirEnv() != "" { - // we've been given the git dir directly. We'll verify this dir when initializing our GitCommand object + // we've been given the git dir directly. We'll verify this dir when initializing our Git object return false, nil } -- cgit v1.2.3