summaryrefslogtreecommitdiffstats
path: root/pkg/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/app.go')
-rw-r--r--pkg/app/app.go2
1 files changed, 1 insertions, 1 deletions
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
}