summaryrefslogtreecommitdiffstats
path: root/pkg/app/app.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-08 14:10:01 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:09:53 +1100
commit364c5db19cd8bc50f5142bcced1596a180b1499e (patch)
treed627878af6ff9bd87d6e90190f179628161d29d8 /pkg/app/app.go
parentc9a0cc6b30dca6ff6c520268c10afff4e99a68e9 (diff)
shorten name
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
}