diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-18 19:24:39 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-18 19:24:39 +0800 |
commit | 3797a4839d0d884e34d515ae12c9b0c5c52a12a5 (patch) | |
tree | 1693e4abfae4a01cb0b75d75bd5412e0317ae288 /internal/db | |
parent | f85b17a00e0a484a870511726118a36375c3d97a (diff) |
README: update Features list
[CI SKIP]
Diffstat (limited to 'internal/db')
-rw-r--r-- | internal/db/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/repo.go b/internal/db/repo.go index 6d3c8689..eea54c82 100644 --- a/internal/db/repo.go +++ b/internal/db/repo.go @@ -116,7 +116,7 @@ func NewRepoContext() { log.Fatal(2, "Failed to get Git version: %v", err) } - log.Info("Git Version: %s", setting.Git.Version) + log.Info("Git version: %s", setting.Git.Version) if version.Compare("1.8.3", setting.Git.Version, ">") { log.Fatal(2, "Gogs requires Git version greater or equal to 1.8.3") } |