summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/lfs/shared.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lfs/shared.go b/modules/lfs/shared.go
index cd9488e3db..ae4bb1f86b 100644
--- a/modules/lfs/shared.go
+++ b/modules/lfs/shared.go
@@ -19,7 +19,7 @@ const (
// UserAgentHeader Add User-Agent for gitea's self-implemented lfs client,
// and the version is consistent with the latest version of git lfs can be avoided incompatibilities.
// Some lfs servers will check this
- UserAgentHeader = "git-lfs/3.6.0 (Gitea)"
+ UserAgentHeader = "git-lfs/3.6.0 (Forgejo)"
)
// BatchRequest contains multiple requests processed in one batch operation.